Overload List

  Name Description
Public method SelectSmallest(IIntValueEval)
This method returns a selector of value assignments to a variable that selects all values having the smallest evaluation according to the evaluator eval.
Public method SelectSmallest(IIntVarEval)
This method returns a selector of integer variables that selects all variables having the smallest evaluation according to the evaluator eval.
Public method SelectSmallest(Double, IIntValueEval)
This method returns a selector of integer variable assignments that selects at least minNumber domain values having the smallest evaluation according to the evaluator eval. The parameter minNumber must be at least 1.
Public method SelectSmallest(Double, IIntVarEval)
This method returns a selector of integer variables that selects at least minNumber variables having the smallest evaluation according to the evaluator eval. The parameter minNumber must be at least 1.
Public method SelectSmallest(IIntValueEval, Double)
This method returns a selector of integer variable assignments that selects all domain values whose evaluations are in the range [min, min + tol], where min is is the minimum valuation by eval over the domain values to be evaluated. The parameter tol must be non-negative.
Public method SelectSmallest(IIntVarEval, Double)
This method returns a selector of integer variables that selects all variables whose evaluations are in the range [min, min + tol], where min is is the minimum valuation by eval over the variables to be evaluated. The parameter tol must be non-negative.

See Also