|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SolverStrategy
Describes an exploration strategy for a SystematicSolver.
An exploration strategy is a heuristic that defines some aspect of the
solver behaviour. For instance, in order to determine which variable will be
instantiated next, a SystematicSolver will use a
ForwardStrategy.
| Method Summary | |
|---|---|
SystematicSolver |
getSolver()
Gets a reference of the solver. |
void |
setSolver(SystematicSolver solver)
Sets the solver which will use this strategy. |
| Method Detail |
|---|
SystematicSolver getSolver()
void setSolver(SystematicSolver solver)
solver - a SystematicSolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||