30.01.2015 Views

ILOG CPLEX C++ API 9.0 Reference Manual

ILOG CPLEX C++ API 9.0 Reference Manual

ILOG CPLEX C++ API 9.0 Reference Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

IloCplex::NodeEvaluator<br />

See Also<br />

Constructors<br />

IloCplex, IloCplex::NodeEvaluatorI<br />

public NodeEvaluator()<br />

The empty constructor creates a new evaluator containing no pointers to an<br />

implementation object.<br />

public NodeEvaluator(IloCplex::NodeEvaluatorI * impl)<br />

This constructor creates a new evaluator with a pointer to an implementation. It<br />

increases the reference count of impl by one.<br />

public NodeEvaluator(const NodeEvaluator & eval)<br />

This copy constructor increments the reference count of the implementation object<br />

referenced by eval by one.<br />

Methods<br />

public IloCplex::NodeEvaluatorI * getImpl()<br />

Queries the implementation object.<br />

public NodeEvaluator operator=(const NodeEvaluator & eval)<br />

The assignment operator increases the reference count of the implementation object of<br />

eval. If the invoking handle referred to an implementation object before the<br />

assignment operation, its reference count is decreased. If this decrement reduces the<br />

reference count to 0 (zero), the implementation object is deleted.<br />

<strong>ILOG</strong> <strong>CPLEX</strong> <strong>C++</strong> <strong>API</strong> <strong>9.0</strong> REFERENCE M ANUAL 193

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!