|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sat4j.minisat.core.Solver
org.sat4j.minisat.constraints.pb.PBSolver
public class PBSolver
Field Summary |
---|
Fields inherited from class org.sat4j.minisat.core.Solver |
---|
NO_SIMPLIFICATION, SIMPLE_SIMPLIFICATION |
Constructor Summary | |
---|---|
PBSolver(AssertingClauseGenerator acg,
LearningStrategy learner,
DataStructureFactory dsf,
IOrder order)
|
Method Summary | |
---|---|
int |
analyze(Constr myconfl,
Handle<Constr> outLearntRef)
|
Methods inherited from class org.sat4j.minisat.core.Solver |
---|
addAllClauses, addAtLeast, addAtMost, addClause, addPseudoBoolean, assume, claBumpActivity, decisionLevel, decode2dimacs, enqueue, enqueue, getDSFactory, getIthConstr, getOrder, getOutLearnt, getStats, getTimeout, getVocabulary, isSatisfiable, isSatisfiable, learn, model, nConstraints, newVar, newVar, nVars, printStat, propagate, removeConstr, reset, setOrder, setSearchListener, setSimplifier, setTimeout, simplifyDB, toString, toString, varBumpActivity |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PBSolver(AssertingClauseGenerator acg, LearningStrategy learner, DataStructureFactory dsf, IOrder order)
acg
- learner
- dsf
- Method Detail |
---|
public int analyze(Constr myconfl, Handle<Constr> outLearntRef)
analyze
in class Solver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |