This method returns a selector of integer variable assignments that selects all domain values whose evaluations are in the range [max - tol, max], where max is is the maximum 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 SelectLargest(
	IIntValueEval e,
	double tol
)
Visual Basic
Public Overridable Function SelectLargest ( _
	e As IIntValueEval, _
	tol As Double _
) As IValueSelector

Parameters

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

See Also