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.
Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public virtual IValueSelector SelectSmallest( IIntValueEval e, double tol ) |