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

The default constructor creates a new search limit with 0 implementation object pointer.<br />

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

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

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

public SearchLimit(const SearchLimit & limit)<br />

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

referenced by limit by one.<br />

Methods<br />

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

Queries the implementation object of the invoking search limit.<br />

public SearchLimit operator=(const SearchLimit & limit)<br />

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

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

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

count to 0, 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 214

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

Saved successfully!

Ooh no, something went wrong!