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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

IloCplex::NodeCallbackI<br />

This method returns the objective value of the node indicated by the index number<br />

node.<br />

protected void selectNode(NodeId nodeid)<br />

This method selects the node with the identifier nodeid and sets it as the next node to<br />

process in the branch & cut search. The invoking instance of IloCplex uses the<br />

specified node as the next node to process.<br />

protected void selectNode(int node)<br />

This method selects the node indicated by its index number node and sets it as the next<br />

node to process in the branch & cut search. The parameter node must be an integer<br />

between 0 (zero) and (getNremainingNodes - 1).<br />

The invoking instance of IloCplex uses the specified node as the next node to<br />

process.<br />

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

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

Saved successfully!

Ooh no, something went wrong!