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::SearchLimit<br />

IloCplex::SearchLimit<br />

Category<br />

Inner Class<br />

InheritancePath<br />

Definition File<br />

Include Files<br />

ilocplexi.h<br />

ilcplex/ilocplex.h<br />

Constructor Summary<br />

public<br />

SearchLimit()<br />

public SearchLimit(IloCplex::SearchLimitI *)<br />

public<br />

SearchLimit(const SearchLimit &)<br />

public<br />

IloCplex::SearchLimitI *<br />

public SearchLimit<br />

Method Summary<br />

getImpl()<br />

operator=(const SearchLimit &)<br />

Description<br />

Search limits can be used to impose limits on the exploration of certain subtrees during<br />

branch & cut search. Search limits are implemented in the class<br />

IloCplex::SearchLimitI. This is the handle class for <strong>CPLEX</strong> search limits.<br />

The search limit objects are reference-counted. This means an instance of<br />

IloCplex::SearchLimitI keeps track of how many handle objects refer to it. If<br />

this number drops to 0, the IloCplex::SearchLimitI object is automatically<br />

deleted. As a consequence, whenever you deal with a search limit, you must maintain a<br />

handle object rather then only a pointer to the implementation object. Otherwise, you<br />

risk ending up with a pointer to an implementation object that has already been deleted.<br />

See Also<br />

Constructors<br />

IloCplex, IloCplex::SearchLimitI<br />

public SearchLimit()<br />

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

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

Saved successfully!

Ooh no, something went wrong!