Skip to main content
FRAMES NO FRAMES

Class IloValueSelector

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

A selector of integer values is used by value choosers (class IloIntValueChooser) to define search strategies. Instances of these objects are created with an evaluator of values (class IloIntValueEval) and by one of the functions IloSelectSmallest, IloSelectLargest, and IloSelectRandomValue.

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.