Overload List
| Name | Description | |
|---|---|---|
| GetBoundSA(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.
| |
| GetBoundSA(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.
| |
| GetBoundSA(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.
| |
| GetBoundSA(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.
|