Skip to main content
FRAMES NO FRAMES

Class IlcSearchLimit

Definition file: ilcp/cpext.h
Include file: <ilcp/cpext.h>
Map of IlcSearchLimitIlcSearchLimitIlcSearchLimit
The handle class for a search limit.

The class IlcSearchLimit represents search limits in a goal-based search.

For more information, see the concept Global modifiers in CP Optimizer.

See Also:

Method Summary
public IlcSearchLimitI *getImpl() const
public IlcSearchLimit(IlcSearchLimitI * impl=0)
Method Detail

IlcSearchLimit

public IlcSearchLimit(IlcSearchLimitI * 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.


getImpl

public IlcSearchLimitI * getImpl() const

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