This method returns a selector of value assignments to a variable that selects all values having the smallest evaluation according to the evaluator eval.

Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)

Syntax

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

See Also