Overload List
| Name | Description | |
|---|---|---|
| GetDuals(ILPMatrix) |
Returns the dual solution vector for the constraints
corresponding to the rows of an LP matrix.
| |
| GetDuals(array<IRange>[]()[][]) |
Returns dual solution values for an array of range constraints.
| |
| GetDuals(ILPMatrix, Int32, Int32) |
Returns dual solution values for the constraints corresponding to
a range of num rows of an LP matrix.
| |
| GetDuals(array<IRange>[]()[][], Int32, Int32) |
Returns dual solution values for num
consecutive range constraints, starting from
the index specified by start.
|