ILOG CPLEX .NET Reference Manual

ILPMatrix.GetNZ Method 

Returns the value of the matrix element row and col from the invoking LP matrix.

double GetNZ(
   int row,
   int column
);

Parameters

row
The row index of the matrix element to query.
column
The column index of the matrix element to query.

Return Value

The value of the matrix element.

See Also

ILPMatrix Interface | ILOG.Concert Namespace