Overload List
| Name | Description | |
|---|---|---|
| GetRHSSA(array<Double>[]()[][], array<Double>[]()[][], ILPMatrix) |
Computes and returns sensitivity analysis for
righthand side (RHS) values of
the constraints corresponding to the rows of an LP matrix.
| |
| GetRHSSA(array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][]) |
Computes and returns sensitivity analysis for
the righthand side (RHS) values of a range of constraints.
| |
| GetRHSSA(array<Double>[]()[][], array<Double>[]()[][], ILPMatrix, Int32, Int32) |
Computes and returns sensitivity analysis for
the righthand side (RHS) values of num
constraints, corresponding to a range of rows of an LP matrix,
starting from the index specified by start.
| |
| GetRHSSA(array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][], Int32, Int32) |
Computes and returns sensitivity analysis for
the righthand side (RHS) values of num
constraints, starting from the index specified by start.
|