ExpConeArray::GetCone()
Get i-th exponential cone constraint object.
Synopsis
ExpCone &GetCone(int i)
Arguments
i
: index of the exponential cone constraint.Return
exponential cone constraint object with index i.
ExpConeArray::PushBack()
Add an exponential cone constraint object to exponential cone constraint array.
Synopsis
void PushBack(const ExpCone &cone)
Arguments
cone
: an exponential constraint object.
ExpConeArray::Size()
Get the number of exponential cone constraint objects.
Synopsis
int Size()
Return
number of exponential cone constraint objects.