Skip to main content
FRAMES NO FRAMES

Class IloVarSelector

Definition file: ilcp/cp.h
Map of IloVarSelectorIloVarSelectorIloVarSelector
The base class for variable selectors used by value choosers.

A selector of integer variables is used by variable choosers (class IloIntVarChooser) to define search strategies. Instances of these objects are created with an evaluator of variables (class IloIntVarEval ) and by one of the functions IloSelectSmallest, IloSelectLargest, and IloSelectRandomVar.

See Also:

Method Summary
public voidend()
Method Detail

end

public void end()

This member function ends the instance and returns the memory that was used to create the implementation class to the environment.