Overload List
| Name | Description | |
|---|---|---|
| GetRangeSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], ILPMatrix) |
Computes and returns sensitivity analysis for the constraints
corresponding to the rows of the LP matrix matrix.
| |
| GetRangeSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][]) |
Computes and returns sensitivity analysis for the
bounds of the range constraints in the array rng.
| |
| GetRangeSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], ILPMatrix, Int32, Int32) |
Computes and returns sensitivity analysis for the constraints
corresponding to num rows of the LP matrix
matrix starting with row start.
| |
| GetRangeSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][], Int32, Int32) |
Computes and returns sensitivity analysis for the bounds of
num consecutive range constraints in the array
rng, starting with the index specified by
rng[start].
|