A selector of integer variables is used by variable choosers (interface IIntVarChooser) to define search strategies.

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

Syntax

C#
public interface IVarSelector

Remarks

Instances of these objects are created with an evaluator of variables (interface IIntVarEval ) and by one of the functions CP.SelectSmallest, CP.SelectLargest, and CP.SelectRandomVar.

See Also