Modifier and Type | Method and Description |
---|---|
ValueSelector |
SearchStrategy.getValueSelector()
Returns a value selector that was set for this strategy
|
Modifier and Type | Method and Description |
---|---|
void |
Solver.addSearchStrategy(Var[] vars,
ValueSelector valueSelector)
This methods takes the default search strategy, resets its
vars and valueSelector, and adds this strategy to the end of the strategy execution lists.
|
void |
Solver.addSearchStrategy(Var[] vars,
VarSelector varSelector,
ValueSelector valueSelector)
This methods takes the default search strategy, resets its
vars, varSelector, and valueSelector, and then adds this strategy
to the end of the strategy execution lists.
|
void |
Solver.setSearchStrategy(Var[] vars,
ValueSelector valueSelector)
Define a searchStrategy that will be used by find solutions methods.
|
void |
Solver.setSearchStrategy(Var[] vars,
VarSelector varSelector,
ValueSelector valueSelector)
Define a searchStrategy that will be used by find solutions methods.
|
void |
SearchStrategy.setValueSelector(ValueSelector valueSelector)
Sets a value selector that may be used (or not) by this strategy
|