ILOG CPLEX .NET Reference Manual

IMPModeler.LPMatrix Method ()

Creates and returns an empty ILPMatrix object.

ILPMatrix LPMatrix();

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 by the ILPMatrix manipulation API.

See Also

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