org.sat4j.minisat.learning
Class NoLearningNoHeuristics<L extends ILits,D extends DataStructureFactory<L>>
java.lang.Object
org.sat4j.minisat.learning.NoLearningNoHeuristics<L,D>
- All Implemented Interfaces:
- java.io.Serializable, LearningStrategy<L,D>
public class NoLearningNoHeuristics<L extends ILits,D extends DataStructureFactory<L>>
- extends java.lang.Object
Allows MiniSAT to do backjumping without learning. The literals appearing in
the reason do not see their activity increased. That solution looks the best
for VLIW-SAT-1.0 benchmarks (1346s vs 1785s).
- Author:
- leberre
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoLearningNoHeuristics
public NoLearningNoHeuristics()
learns
public void learns(Constr reason)
setVarActivityListener
public void setVarActivityListener(VarActivityListener s)
- Specified by:
setVarActivityListener
in interface LearningStrategy<L extends ILits,D extends DataStructureFactory<L>>
setSolver
public void setSolver(Solver<L,D> s)
- Specified by:
setSolver
in interface LearningStrategy<L extends ILits,D extends DataStructureFactory<L>>
claBumpActivity
public final void claBumpActivity(Constr reason)
init
public void init()
- Description copied from interface:
LearningStrategy
- hook method called just before the search begins. Useful to compute
metrics/parameters based on the input formula.
- Specified by:
init
in interface LearningStrategy<L extends ILits,D extends DataStructureFactory<L>>
Copyright © 2009 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.