The ILPMatrix type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Name |
Accesses/sets the name assigned to the invoking modeling object. If the
invoking modeling object has not been assigned a name, null is
returned.
(Inherited from IAddable.) | |
| Ncols |
Gets the number of columns in the invoking LP matrix.
| |
| NNZs |
Gets the number of nonzeros in the invoking LP matrix.
| |
| Nrows |
Gets the number of rows in the invoking LP matrix.
| |
| NumVars |
Gets an array of variables corresponding to the columns of
the LP matrix.
| |
| Ranges |
Gets an array of range constraints corresponding to the rows of the
LP matrix.
|