|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.minisat.core.Solver<PBDataStructureFactory>
org.sat4j.pb.core.PBSolver
org.sat4j.pb.core.PBSolverCP
org.sat4j.pb.core.PBSolverCautious
public class PBSolverCautious
| Field Summary | |
|---|---|
static int |
BOUND
|
| Fields inherited from class org.sat4j.pb.core.PBSolver |
|---|
stats |
| Fields inherited from class org.sat4j.minisat.core.Solver |
|---|
dsfactory, EXPENSIVE_SIMPLIFICATION, EXPENSIVE_SIMPLIFICATION_WLONLY, glucose, memory_based, NO_SIMPLIFICATION, rootLevel, SIMPLE_SIMPLIFICATION, trail, trailLim, undertimeout, voc |
| Constructor Summary | |
|---|---|
PBSolverCautious(LearningStrategy<PBDataStructureFactory> learner,
PBDataStructureFactory dsf,
IOrder order)
|
|
PBSolverCautious(LearningStrategy<PBDataStructureFactory> learner,
PBDataStructureFactory dsf,
IOrder order,
int bound)
|
|
| Method Summary | |
|---|---|
String |
toString(String prefix)
Display a textual representation of the solver configuration. |
protected void |
updateNumberOfReducedLearnedConstraints(IConflict confl)
|
protected void |
updateNumberOfReductions(IConflict confl)
|
| Methods inherited from class org.sat4j.pb.core.PBSolverCP |
|---|
analyze, analyzeCP |
| 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.specs.IProblem |
|---|
findModel, findModel, isSatisfiable, isSatisfiable, isSatisfiable, isSatisfiable, model, model, nConstraints, newVar, nVars, primeImplicant, printInfos |
| Field Detail |
|---|
public static final int BOUND
| Constructor Detail |
|---|
public PBSolverCautious(LearningStrategy<PBDataStructureFactory> learner,
PBDataStructureFactory dsf,
IOrder order)
public PBSolverCautious(LearningStrategy<PBDataStructureFactory> learner,
PBDataStructureFactory dsf,
IOrder order,
int bound)
| Method Detail |
|---|
public String toString(String prefix)
ISolver
toString in interface ISolvertoString in class PBSolverCPprefix - the prefix to use on each line.
protected void updateNumberOfReductions(IConflict confl)
updateNumberOfReductions in class PBSolverCPprotected void updateNumberOfReducedLearnedConstraints(IConflict confl)
updateNumberOfReducedLearnedConstraints in class PBSolverCP
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||