Overload List
| Name | Description | |
|---|---|---|
|
|
LPMatrix()()()() |
Creates and returns an empty ILPMatrix object.
|
|
|
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. |