Overview | Group | Tree | Graph | Index | Concepts |
Solver lets you create value selectors to control the order in which the values in the domain of a set of constrained integer variables are tried during the search for a solution.
The class IloIntSetValueSelector
represents value selectors
in an IBM® ILOG® Concert Technology model. The class
IlcIntSetSelect
represents value selectors internally in a
Solver search.
This class is the handle class of the modeling object that wraps the
search object. When search starts, IloIntSetValueSelectorI
is
extracted into an instance of IlcIntSetSelectI
.
See Also:
IlcIntSetSelect, IloIntSetValueSelectorI
Constructor Summary | |
---|---|
public | IloIntSetValueSelector() |
public | IloIntSetValueSelector(IloIntSetValueSelectorI * impl) |
Method Summary | |
---|---|
public IloIntSetValueSelectorI * | getImpl() const |
public void | operator=(const IloIntSetValueSelector & 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.