Skip to main content
FRAMES NO FRAMES

Class IloIntValueEval

Definition file: ilcp/cp.h
Map of IloIntValueEvalIloIntValueEvalIloIntValueEval
The handle class for a value evaluator in a search strategy.

An instance of this class is the handle class of an integer variable assignment evaluator. It makes it possible to define a evaluation of the assignment of an integer variable to a value.

See Also:

Method Summary
public voidend()
public IloIntValueEvalI *getImpl() const
public IloIntValueEval(IloIntValueEvalI * impl=0)
Method Detail

IloIntValueEval

public IloIntValueEval(IloIntValueEvalI * impl=0)

This constructor creates a handle object from a pointer to an implementation object. If the implementation object is zero, you must initialize the handle before using it.


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.


getImpl

public IloIntValueEvalI * getImpl() const

This member function returns a pointer to the implementation object of the invoking handle.