ILOG CPLEX .NET Reference Manual

IMPModeler.LPMatrix Method (String)

Creates and returns an empty ILPMatrix object with the specified name.

ILPMatrix LPMatrix(
   string name
);

Parameters

name
The name for the new ILPMatrix object.

Return Value

The new ILPMatrix object.

Remarks

The new ILPMatrix object is initialized to 0 (zero) columns and 0(zero) rows. It can be populated later using the ILPMatrix manipulation API. The new ILPMatrix object is assigned the name.

See Also

IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.LPMatrix Overload List