Overload List
| Name | Description | |
|---|---|---|
| GetAX(ILPMatrix) |
Returns an array containing the row activity values for the constraints
corresponding to the rows of an LP matrix.
| |
| GetAX(IRange) |
Returns the row activity value for a range constraint.
| |
| GetAX(array<IRange>[]()[][]) |
Returns row activity values for an array of range constraints.
| |
| GetAX(ILPMatrix, Int32, Int32) |
Returns row activity values for a range of
num consecutive rows, starting from the
index specified by start, of an LP matrix.
| |
| GetAX(array<IRange>[]()[][], Int32, Int32) |
Queries row activity values for a set of range constraints.
|