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