|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sat4j.minisat.core.Solver<PBDataStructureFactory> org.sat4j.pb.core.PBSolver org.sat4j.pb.core.PBSolverCP org.sat4j.pb.core.PBSolverResCP
public class PBSolverResCP
Field Summary | |
---|---|
static long |
MAXCONFLICTS
|
Fields inherited from class org.sat4j.pb.core.PBSolver |
---|
objectiveFunctionBased, stats |
Fields inherited from class org.sat4j.minisat.core.Solver |
---|
constrs, dsfactory, EXPENSIVE_SIMPLIFICATION, EXPENSIVE_SIMPLIFICATION_WLONLY, glucose, learnedConstraintsDeletionStrategy, learnts, memory_based, NO_SIMPLIFICATION, out, rootLevel, SIMPLE_SIMPLIFICATION, slistener, trail, trailLim, undertimeout, voc |
Constructor Summary | |
---|---|
PBSolverResCP(LearningStrategy<PBDataStructureFactory> learner,
PBDataStructureFactory dsf,
IOrder order)
|
|
PBSolverResCP(LearningStrategy<PBDataStructureFactory> learner,
PBDataStructureFactory dsf,
IOrder order,
long bound)
|
|
PBSolverResCP(LearningStrategy<PBDataStructureFactory> learner,
PBDataStructureFactory dsf,
SearchParams params,
IOrder order)
|
|
PBSolverResCP(LearningStrategy<PBDataStructureFactory> learner,
PBDataStructureFactory dsf,
SearchParams params,
IOrder order,
RestartStrategy restarter)
|
Method Summary | |
---|---|
void |
claBumpActivity(Constr arg0)
|
Methods inherited from class org.sat4j.pb.core.PBSolverCP |
---|
analyze, analyzeCP, toString, updateNumberOfReducedLearnedConstraints, updateNumberOfReductions |
Methods inherited from class org.sat4j.pb.core.PBSolver |
---|
addAtLeast, addAtLeast, addAtMost, addAtMost, addExactly, addExactly, addPseudoBoolean, getObjectiveFunction, setObjectiveFunction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.sat4j.minisat.core.ICDCL |
---|
getLogger, getOrder, getRestartStrategy, getSimplifier, setDataStructureFactory, setLearnedConstraintsDeletionStrategy, setLearnedConstraintsDeletionStrategy, setLearnedConstraintsDeletionStrategy, setLearner, setLogger, setNeedToReduceDB, setOrder, setRestartStrategy, setSearchParams, setSimplifier, setSimplifier |
Methods inherited from interface org.sat4j.specs.IProblem |
---|
findModel, findModel, isSatisfiable, isSatisfiable, isSatisfiable, isSatisfiable, model, model, nConstraints, newVar, nVars, primeImplicant, primeImplicant, printInfos |
Methods inherited from interface org.sat4j.minisat.core.UnitPropagationListener |
---|
enqueue, enqueue, unset |
Methods inherited from interface org.sat4j.minisat.core.VarActivityListener |
---|
varBumpActivity |
Methods inherited from interface org.sat4j.minisat.core.Learner |
---|
learn |
Field Detail |
---|
public static final long MAXCONFLICTS
Constructor Detail |
---|
public PBSolverResCP(LearningStrategy<PBDataStructureFactory> learner, PBDataStructureFactory dsf, IOrder order)
public PBSolverResCP(LearningStrategy<PBDataStructureFactory> learner, PBDataStructureFactory dsf, IOrder order, long bound)
public PBSolverResCP(LearningStrategy<PBDataStructureFactory> learner, PBDataStructureFactory dsf, SearchParams params, IOrder order, RestartStrategy restarter)
public PBSolverResCP(LearningStrategy<PBDataStructureFactory> learner, PBDataStructureFactory dsf, SearchParams params, IOrder order)
Method Detail |
---|
public void claBumpActivity(Constr arg0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |