Overload List
| Name | Description | |
|---|---|---|
| GetObjSA(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.
| |
| GetObjSA(array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][]) |
Computes and returns sensitivity analysis for objective
coefficients for an array of variables.
| |
| GetObjSA(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.
| |
| GetObjSA(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.
|