The MPSReader type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Name |
Returns the name of the MPS problem.
|
![]() | NameBounds |
The name of the BOUNDS set.
|
![]() | NameObjective |
The name of the free row containing the objective.
|
![]() | NameRanges |
The name of the RANGES set.
|
![]() | NameRHS |
The name of the RHS set used.
|
![]() | NumberOfBinaryConstraints |
The number of binary constraints.
|
![]() | NumberOfColumns |
The number of columns in the constraint matrix.
|
![]() | NumberOfIntegerConstraints |
The number of integer constraints.
|
![]() | NumberOfNonZeros |
The number of nonzeros in the constraint matrix.
|
![]() | NumberOfRows |
The number of rows in the constraint matrix.
|
![]() | Objective |
The objective as a Row.
|
![]() | ObjectiveCoefficients |
The coefficents of the objective row.
|