AffineCone::GetIdx()

Get the index of an affine cone constraint.

Synopsis

int GetIdx()

Return

index of an affine cone constraint.

AffineCone::GetName()

Get name of affine cone constraint.

Synopsis

const char *GetName()

Return

name of affine cone constraint.

AffineCone::Remove()

Remove the affine cone constraint from model.

Synopsis

void Remove()

AffineCone::SetName()

Set name of affine cone constraint.

Synopsis

void SetName(const char *szName)

Arguments

szName: name of affine cone constraint.