Overload List
| Name | Description | |
|---|---|---|
| FeasOpt(array<IConstraint>[]()[][], array<Double>[]()[][]) |
This method computes a minimum-cost relaxation
in order to make the active model feasible by relaxing the constraints
specified in cts.
| |
| FeasOpt(array<INumVar>[]()[][], array<Double>[]()[][], array<Double>[]()[][]) |
This method computes a minimum-cost relaxation
in order to make the active model feasible by relaxing the bounds
of the variables specified in the array vars.
| |
| FeasOpt(array<IRange>[]()[][], array<Double>[]()[][], array<Double>[]()[][]) |
This method computes a minimum-cost relaxation
in order to make the active model feasible by relaxing the
bounds of the range constraints specified in
the array rngs.
| |
| FeasOpt(array<IRange>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][], array<Double>[]()[][], array<Double>[]()[][]) |
This method computes a minimum-cost relaxation
in order to make the active model feasible by relaxing the bounds
of the variables specified in the array vars and
by relaxing the bounds of the range constraints specified in
the array rngs.
|