Overload List

  NameDescription
Public methodGetRHSSA(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.
Public methodGetRHSSA(array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][])
Computes and returns sensitivity analysis for the righthand side (RHS) values of a range of constraints.
Public methodGetRHSSA(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.
Public methodGetRHSSA(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.

See Also