org.sat4j.minisat.restarts
Class NoRestarts

java.lang.Object
  extended by org.sat4j.minisat.restarts.NoRestarts
All Implemented Interfaces:
Serializable, RestartStrategy

public final class NoRestarts
extends Object
implements RestartStrategy

Disable restarts in the solver.

Author:
leberre
See Also:
Serialized Form

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

NoRestarts

public NoRestarts()
Method Detail

init

public void init(SearchParams params)
Description copied from interface: RestartStrategy
Hook method called just before the search starts.

Specified by:
init in interface RestartStrategy
Parameters:
params - the user's search parameters.

nextRestartNumberOfConflict

public long nextRestartNumberOfConflict()
Description copied from interface: RestartStrategy
Ask for the next restart in number of conflicts.

Specified by:
nextRestartNumberOfConflict in interface RestartStrategy
Returns:
the delay in conflicts before the next restart.

onRestart

public void onRestart()
Description copied from interface: RestartStrategy
Hook method called when a restart occurs (once the solver has backtracked to top decision level).

Specified by:
onRestart in interface RestartStrategy


Copyright © 2011 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.