GenConstr::GetIdx()

Get the index of the general constraint.

Synopsis

int GetIdx()

Return

index of the general constraint.

GenConstr::GetIIS()

Get IIS status of the general constraint.

Synopsis

int GetIIS()

Return

IIS status.

GenConstr::GetName()

Get name of gerneral constraint.

Synopsis

const char *GetName()

Return

the name of general constraint.

GenConstr::Remove()

Remove the general constraint from model.

Synopsis

void Remove()

GenConstr::SetName()

Set name of general constraint.

Synopsis

void SetName(const char *szName)

Arguments

szName: new name to set.