org.sat4j.minisat.core
Class ConflictTimerAdapter
java.lang.Object
org.sat4j.minisat.core.ConflictTimerAdapter
- All Implemented Interfaces:
- Serializable, ConflictTimer
public abstract class ConflictTimerAdapter
- extends Object
- implements Serializable, ConflictTimer
Perform a task when a given number of conflicts is reached.
- Author:
- daniel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConflictTimerAdapter
public ConflictTimerAdapter(int bound)
reset
public void reset()
- Specified by:
reset
in interface ConflictTimer
newConflict
public void newConflict()
- Specified by:
newConflict
in interface ConflictTimer
run
public abstract void run()
bound
public int bound()
Copyright © 2012 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.