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: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public virtual IValueSelector SelectSmallest(
	IIntValueEval e,
	double tol
)
Visual Basic
Public Overridable Function SelectSmallest ( _
	e As IIntValueEval, _
	tol As Double _
) As IValueSelector

Parameters

e
Type: ILOG.CP..::..IIntValueEval
tol
Type: System..::..Double

See Also