The ILPMatrix type exposes the following members.

Properties

  NameDescription
Public propertyName
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.)
Public propertyNcols
Gets the number of columns in the invoking LP matrix.
Public propertyNNZs
Gets the number of nonzeros in the invoking LP matrix.
Public propertyNrows
Gets the number of rows in the invoking LP matrix.
Public propertyNumVars
Gets an array of variables corresponding to the columns of the LP matrix.
Public propertyRanges
Gets an array of range constraints corresponding to the rows of the LP matrix.

See Also