This method returns a selector of integer variables that selects a variable randomly from those available. It selects only one variable.

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

Syntax

C#
public virtual IVarSelector SelectRandomVar()
Visual Basic
Public Overridable Function SelectRandomVar As IVarSelector

See Also