An evaluator of integer values is an object that is used by value selectors (IValueSelector) to define instantiation strategies.

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

Syntax

C#
public interface IIntValueEval
Visual Basic
Public Interface IIntValueEval

Remarks

There are many predefined evaluators of integer values available via the CP class.

See Also