|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sat4j.tools.SolverDecorator<IPBSolver> org.sat4j.pb.PBSolverDecorator org.sat4j.pb.PseudoOptDecorator org.sat4j.pb.PseudoIteratorDecorator
public class PseudoIteratorDecorator
A decorator that computes all pseudo boolean models. It doesn't provide the minimal solution for the objective function.
Constructor Summary | |
---|---|
PseudoIteratorDecorator(IPBSolver solver)
|
Method Summary | |
---|---|
void |
discardCurrentSolution()
|
Methods inherited from class org.sat4j.pb.PseudoOptDecorator |
---|
admitABetterSolution, admitABetterSolution, calculateObjective, discard, forceObjectiveValueTo, getObjectiveValue, hasNoObjectiveFunction, isSatisfiable, isSatisfiable, isSatisfiable, isSatisfiable, model, model, nonOptimalMeansSatisfiable, reset, setObjectiveFunction, toString |
Methods inherited from class org.sat4j.pb.PBSolverDecorator |
---|
addPseudoBoolean, getObjectiveFunction |
Methods inherited from class org.sat4j.tools.SolverDecorator |
---|
addAllClauses, addAtLeast, addAtMost, addBlockingClause, addClause, clearDecorated, clearLearntClauses, decorated, expireTimeout, findModel, findModel, getStat, getTimeout, getTimeoutMs, isDBSimplificationAllowed, nConstraints, newVar, newVar, nextFreeVarId, nVars, printInfos, printStat, printStat, removeConstr, removeSubsumedConstr, setDBSimplificationAllowed, setExpectedNumberOfClauses, setSearchListener, setTimeout, setTimeoutMs, setTimeoutOnConflicts |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.sat4j.specs.IProblem |
---|
findModel, findModel, nConstraints, nVars, printInfos |
Methods inherited from interface org.sat4j.specs.ISolver |
---|
addAllClauses, addAtLeast, addAtMost, addBlockingClause, addClause, clearLearntClauses, expireTimeout, getStat, getTimeout, getTimeoutMs, isDBSimplificationAllowed, newVar, newVar, nextFreeVarId, printStat, printStat, removeConstr, removeSubsumedConstr, setDBSimplificationAllowed, setExpectedNumberOfClauses, setSearchListener, setTimeout, setTimeoutMs, setTimeoutOnConflicts |
Constructor Detail |
---|
public PseudoIteratorDecorator(IPBSolver solver)
Method Detail |
---|
public void discardCurrentSolution() throws ContradictionException
discardCurrentSolution
in interface IOptimizationProblem
discardCurrentSolution
in class PseudoOptDecorator
ContradictionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |