|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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()
Discard the current solution in the optimization problem. |
| Methods inherited from class org.sat4j.pb.PseudoOptDecorator |
|---|
admitABetterSolution, admitABetterSolution, calculateObjective, discard, forceObjectiveValueTo, getObjectiveValue, hasNoObjectiveFunction, isOptimal, isSatisfiable, isSatisfiable, isSatisfiable, isSatisfiable, model, model, modelWithInternalVariables, nonOptimalMeansSatisfiable, reset, setObjectiveFunction, toString |
| Methods inherited from class org.sat4j.pb.PBSolverDecorator |
|---|
addAtLeast, addAtLeast, addAtMost, addAtMost, addExactly, addExactly, addPseudoBoolean, getObjectiveFunction |
| 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, nConstraints, newVar, nVars, primeImplicant, printInfos |
| Constructor Detail |
|---|
public PseudoIteratorDecorator(IPBSolver solver)
| Method Detail |
|---|
public void discardCurrentSolution()
throws ContradictionException
IOptimizationProblem
discardCurrentSolution in interface IOptimizationProblemdiscardCurrentSolution in class PseudoOptDecoratorContradictionException - if a trivial inconsistency is detected.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||