ILOG CPLEX .NET Reference Manual

IMPModeler.AddLPMatrix Method

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

Overload List

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

ILPMatrix AddLPMatrix();

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

ILPMatrix AddLPMatrix(string);

See Also

IMPModeler Interface | ILOG.Concert Namespace