Returns the variable corresponding to the i-th column of the LP matrix.

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

Syntax

C#
INumVar GetNumVar(
	int i
)
Visual Basic
Function GetNumVar ( _
	i As Integer _
) As INumVar

Parameters

i
Type: System..::..Int32
The column index of the variable to be queried.

Return Value

The variable corresponding to column i.

See Also