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

Syntax

C#
public virtual IValueSelector SelectLargest(
	IIntValueEval e,
	double tol
)

Parameters

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

See Also