Overload List

  NameDescription
Public methodGetBoundSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], ILPMatrix)
Computes and returns sensitivity analysis for the bounds of all variables in the specified LP matrix.
Public methodGetBoundSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][])
Computes and returns sensitivity analysis for the bounds of the variables in the array vars.
Public methodGetBoundSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], ILPMatrix, Int32, Int32)
Computes and returns sensitivity analysis for the bounds of num consecutive variables, starting from the index specified by start, in the specified LP matrix.
Public methodGetBoundSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32)
Computes and returns sensitivity analysis for the bounds of the num consecutive variables, starting from the index specified by start, in the array var.

See Also