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