Overload List

  NameDescription
Public methodGetObjSA(array<Double>[]()[][], array<Double>[]()[][], ILPMatrix)
Computes and returns sensitivity analysis for objective coefficients of the variables corresponding to the columns of the specified LP matrix.
Public methodGetObjSA(array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][])
Computes and returns sensitivity analysis for objective coefficients for an array of variables.
Public methodGetObjSA(array<Double>[]()[][], array<Double>[]()[][], ILPMatrix, Int32, Int32)
Computes and returns sensitivity analysis for objective coefficients of the variables corresponding to a range of num consecutive columns of the specified LP matrix.
Public methodGetObjSA(array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32)
Computes and returns sensitivity analysis for objective coefficients for num consecutive variables, starting at the index specified by start.

See Also