Overview | Group | Tree | Graph | Index | Concepts |
Instances of this class represent search selectors. A search selector
acts as a filter during the search. The function IloMinimizeVar
, for example, creates and returns a search
selector for use in your applications.
See Also:
IlcNodeEvaluator, IloFirstSolution, IloMinimizeVar, IloSelectSearch
Constructor Summary | |
---|---|
public | IlcSearchSelector() |
public | IlcSearchSelector(IlcSearchSelectorI * impl) |
Method Summary | |
---|---|
public IlcSearchSelectorI * | getImpl() const |
public void | operator=(const IlcSearchSelector & 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.