Overload List

  Name Description
Public method AddLPMatrix()()()()
Creates, returns, and adds to the invoking model an empty ILPMatrix object.
Public method AddLPMatrix(String)
Creates, returns, and adds an empty ILPMatrix object, with the specified name, to the invoking model.

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 IMPModeler model. The new ILPMatrix object is assigned name.

See Also