ILOG CPLEX .NET Reference Manual

ILPMatrix Properties

The properties of the ILPMatrix interface are listed below. For a complete list of ILPMatrix interface members, see the ILPMatrix Members topic.

Public Instance Properties

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.

See Also

ILPMatrix Interface | ILOG.Concert Namespace