ILOG CPLEX .NET Reference Manual

IMPModeler.AddLPMatrix Method (String)

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

ILPMatrix AddLPMatrix(
   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 columns and 0 rows. It can be populated later using the ILPMatrix manipulation API. The new ILPMatrix object is added to the invoking model. The new ILPMatrix object is assigned name.

See Also

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