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

Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
IRange GetRange(
	int i
)
Visual Basic
Function GetRange ( _
	i As Integer _
) As IRange

Parameters

i
Type: System..::..Int32
The row index of the ranged constraint to be queried.

Return Value

The ranged constraint corresponding to row i.

See Also