Overload List

  Name Description
Public method LPMatrix()()()()
Creates and returns an empty ILPMatrix object.
Public method LPMatrix(String)
Creates and returns an empty ILPMatrix object with the specified name.

The new ILPMatrix object is initialized to 0 (zero) columns and 0(zero) rows. It can be populated later using the ILPMatrix manipulation API. The new ILPMatrix object is assigned the name.

See Also