ILOG CPLEX .NET Reference Manual

ILPMatrix.GetRange Method 

Returns the ranged constraint corresponding to the i-th row of the LP matrix.

IRange GetRange(
   int i
);

Parameters

i
The row index of the ranged constraint to be queried.

Return Value

The ranged constraint corresponding to row i.

See Also

ILPMatrix Interface | ILOG.Concert Namespace