FRAMES NO FRAMES

Class IlcSearchLimit

Definition file: ilsolver/search.h
Include file: <ilsolver/ilosolver.h>

The class IloSearchLimit represents search limits in a Concert Technology model. The class IlcSearchLimit represents search limits internally in a Solver search.

For more information, see the concept Global Modifiers.

See Also:

Constructor Summary
public IlcSearchLimit()
public IlcSearchLimit(IlcSearchLimitI * impl)
Method Summary
public IlcSearchLimitI *getImpl() const
public voidoperator=(const IlcSearchLimit & h)
Constructor Detail

IlcSearchLimit

public IlcSearchLimit()

This constructor creates an empty handle. You must initialize it before you use it.


IlcSearchLimit

public IlcSearchLimit(IlcSearchLimitI * impl)

This constructor creates a handle object from a pointer to an implementation object.


Method Detail

getImpl

public IlcSearchLimitI * getImpl() const
This constructor creates an object by copying another one.

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


operator=

public void operator=(const IlcSearchLimit & h)

This operator assigns an address to the handle pointer of the invoking object. That address is the location of the implementation object of the provided argument.