|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sat4j.minisat.restarts.NoRestarts
public final class NoRestarts
Disable restarts in the solver.
Constructor Summary | |
---|---|
NoRestarts()
|
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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoRestarts()
Method Detail |
---|
public void init(SearchParams params)
RestartStrategy
init
in interface RestartStrategy
params
- the user's search parameters.public long nextRestartNumberOfConflict()
RestartStrategy
nextRestartNumberOfConflict
in interface RestartStrategy
public void onRestart()
RestartStrategy
onRestart
in interface RestartStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |