Overview | Group | Tree | Graph | Index | Concepts |
An instance of this class is a search selector for use in a Concert Technology model. Search selectors are useful as filters during a search for a solution.
There are predefined functions in IBM® ILOG® Solver that create and return a
search selector, such as IloMinimizeVar
.
See Also:
IloFirstSolution, IloMaximizeVar, IloMinimizeVar
Constructor Summary | |
---|---|
public | IloSearchSelector() |
public | IloSearchSelector(IloSearchSelectorI * impl) |
Method Summary | |
---|---|
public void | end() const |
public IloSearchSelectorI * | getImpl() const |
public void | operator=(const IloSearchSelector & 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.