org.sat4j.pb.core
Class PBSolverStats
java.lang.Object
org.sat4j.minisat.core.SolverStats
org.sat4j.pb.core.PBSolverStats
- All Implemented Interfaces:
- Serializable
public class PBSolverStats
- extends SolverStats
- See Also:
- Serialized Form
Fields inherited from class org.sat4j.minisat.core.SolverStats |
changedreason, conflicts, decisions, ignoredclauses, inspects, learnedbinaryclauses, learnedclauses, learnedliterals, learnedternaryclauses, propagations, reduceddb, reducedliterals, rootSimplifications, shortcuts, starts |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
numberOfReductions
public long numberOfReductions
numberOfLearnedConstraintsReduced
public long numberOfLearnedConstraintsReduced
numberOfResolution
public long numberOfResolution
numberOfCP
public long numberOfCP
PBSolverStats
public PBSolverStats()
reset
public void reset()
- Overrides:
reset
in class SolverStats
printStat
public void printStat(PrintWriter out,
String prefix)
- Overrides:
printStat
in class SolverStats
Copyright © 2011 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.