ILOG CPLEX .NET Reference Manual

ILPMatrix.GetNumVar Method 

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

INumVar GetNumVar(
   int i
);

Parameters

i
The column index of the variable to be queried.

Return Value

The variable corresponding to column i.

See Also

ILPMatrix Interface | ILOG.Concert Namespace