|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RestartStrategy
Abstraction allowing to choose various restarts strategies.
Method Summary | |
---|---|
void |
init(SearchParams params)
Hook method called just before the search starts. |
long |
nextRestartNumberOfConflict()
Ask for the next restart in number of conflicts. |
void |
onRestart()
Hook method called when a restart occurs (once the solver has backtracked to top decision level). |
Method Detail |
---|
void init(SearchParams params)
params
- the user's search parameters.long nextRestartNumberOfConflict()
void onRestart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |