Overview | Group | Tree | Graph | Index | Concepts |
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 void | operator=(const IlcSearchLimit & h) |
Constructor Detail |
---|
This constructor creates an empty handle. You must initialize it before you use it.
This constructor creates a handle object from a pointer to an implementation object.
Method Detail |
---|
This member function returns a pointer to the implementation object of the invoking handle.
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.