ILOG CPLEX .NET Reference Manual

IMPModeler.AddLPMatrix Method ()

Creates, returns, and adds to the invoking model an empty ILPMatrix object.

ILPMatrix AddLPMatrix();

Return Value

The new ILPMatrix object.

Remarks

The new ILPMatrix object is initialized to 0 columns and 0 rows. It can be populated later by the ILPMatrix manipulation API. The new ILPMatrix object is added to the invoking model.

See Also

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