ILOG CPLEX .NET Reference Manual

ILPMatrix.GetIndex Method

Returns the column index corresponding to a variable in the invoking LP matrix.

Overload List

Returns the column index corresponding to a variable in the invoking LP matrix.

int GetIndex(INumVar);

Returns the row index corresponding to a ranged constraint in the invoking LP matrix.

int GetIndex(IRange);

See Also

ILPMatrix Interface | ILOG.Concert Namespace