Overload List
| Name | Description | |
|---|---|---|
| SetBounds(INumVar, Double, Double) |
Changes the upper and lower bounds of the specified variable,
provided the variable has not been removed by presolve.
| |
| SetBounds(array<INumVar>[]()[][], array<Double>[]()[][], array<Double>[]()[][]) |
Changes the upper and lower bounds of variables in the array,
provided the specified variables have not been removed by presolve.
| |
| SetBounds(array<INumVar>[]()[][], array<Double>[]()[][], array<Double>[]()[][], Int32, Int32) |
Changes the upper and lower bounds of the specified variables in the
array var, provided a specified variable
has not been removed by presolve.
|