ILOG CPLEX .NET Reference Manual

ILPMatrix.GetIndex Method (IRange)

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

int GetIndex(
   IRange rng
);

Parameters

rng
Ranged constraint for which to query the row index.

Return Value

The row index of a range constraint.

Remarks

If the constraint is not linked to any row of the invoking LP matrix, -1 is returned.

See Also

ILPMatrix Interface | ILOG.Concert Namespace | ILPMatrix.GetIndex Overload List