Skip to main content
FRAMES NO FRAMES

Class IloIntVarEval

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

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

See Also:

Method Summary
public voidend()
public IloIntVarEvalI *getImpl() const
public IloIntVarEval(IloIntVarEvalI * impl=0)
Method Detail

IloIntVarEval

public IloIntVarEval(IloIntVarEvalI * 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 IloIntVarEvalI * getImpl() const

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