Overload List

  NameDescription
Public methodGetRangeSA(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.
Public methodGetRangeSA(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.
Public methodGetRangeSA(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.
Public methodGetRangeSA(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].

See Also