ExpConeBuilder::GetSize()

Get number of vars in an exponential cone constraint.

Synopsis

int GetSize()

Return

number of vars.

ExpConeBuilder::GetType()

Get type of an exponential cone constraint.

Synopsis

int GetType()

Return

type of an exponential cone constraint.

ExpConeBuilder::GetVar()

Get the i-th variable in an exponential cone constraint.

Synopsis

Var GetVar(int i)

Arguments

i: index of vars in an exponential cone constraint.

Return

the i-th variable in an exponential cone constraint.

ExpConeBuilder::GetVars()

Get all variables in an exponential cone constraint.

Synopsis

VarArray GetVars()

Return

variable array object.

ExpConeBuilder::Set()

Set variables of an exponential cone constraint.

Synopsis

void Set(const VarArray &vars, int type)

Arguments

vars: variable array object.

type: type of exponential cone constraint.