org.sat4j.minisat.constraints.pb
Class PBSolverClause

java.lang.Object
  extended by org.sat4j.minisat.core.Solver
      extended by org.sat4j.minisat.constraints.pb.PBSolver
          extended by org.sat4j.minisat.constraints.pb.PBSolverClause
All Implemented Interfaces:
java.io.Serializable, Learner, UnitPropagationListener, IProblem, ISolver

public class PBSolverClause
extends PBSolver

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sat4j.minisat.core.Solver
NO_SIMPLIFICATION, SIMPLE_SIMPLIFICATION
 
Constructor Summary
PBSolverClause(AssertingClauseGenerator acg, LearningStrategy learner, DataStructureFactory dsf, IOrder order)
           
 
Method Summary
 java.lang.String toString(java.lang.String prefix)
          Display a textual representation of the solver configuration.
 
Methods inherited from class org.sat4j.minisat.constraints.pb.PBSolver
analyze
 
Methods inherited from class org.sat4j.minisat.core.Solver
addAllClauses, addAtLeast, addAtMost, addClause, addPseudoBoolean, assume, claBumpActivity, decisionLevel, decode2dimacs, enqueue, enqueue, getDSFactory, getIthConstr, getOrder, getOutLearnt, getStat, getStats, getTimeout, getVocabulary, isSatisfiable, isSatisfiable, learn, model, model, nConstraints, newVar, newVar, nVars, printStat, printStat, propagate, removeConstr, reset, setDataStructureFactory, setExpectedNumberOfClauses, setOrder, setSearchListener, setSimplifier, setTimeout, simplifyDB, toString, varBumpActivity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PBSolverClause

public PBSolverClause(AssertingClauseGenerator acg,
                      LearningStrategy learner,
                      DataStructureFactory dsf,
                      IOrder order)
Method Detail

toString

public java.lang.String toString(java.lang.String prefix)
Description copied from interface: ISolver
Display a textual representation of the solver configuration.

Specified by:
toString in interface ISolver
Overrides:
toString in class PBSolver
Parameters:
prefix - the prefix to use on each line.
Returns:
a textual description of the solver internals.