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 general constraint.

Synopsis

string GetName()

Return

the name of general constraint.

GenConstr.Remove()

Remove the general constraint from model.

Synopsis

void Remove()

GenConstr.SetName()

Set name for general constraint.

Synopsis

void SetName(string name)

Arguments

name: the name to set.