Overload List

  NameDescription
Public methodFeasOpt(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.
Public methodFeasOpt(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.
Public methodFeasOpt(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.
Public methodFeasOpt(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.

See Also