|
||||||||||
| 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
public class PBSolverDecorator
A decorator for the PB solvers.
| Constructor Summary | |
|---|---|
PBSolverDecorator(IPBSolver solver)
|
|
| Method Summary | |
|---|---|
org.sat4j.specs.IConstr |
addPseudoBoolean(org.sat4j.specs.IVecInt lits,
org.sat4j.specs.IVec<java.math.BigInteger> coeffs,
boolean moreThan,
java.math.BigInteger d)
Create a Pseudo-Boolean constraint of the type "at least n of those literals must be satisfied" |
java.lang.String |
getExplanation()
|
void |
setListOfVariablesForExplanation(org.sat4j.specs.IVecInt varExplain)
|
void |
setObjectiveFunction(ObjectiveFunction obj)
|
| Methods inherited from class org.sat4j.tools.SolverDecorator |
|---|
addAllClauses, addAtLeast, addAtMost, addClause, clearDecorated, clearLearntClauses, decorated, expireTimeout, findModel, findModel, getStat, getTimeout, isDBSimplificationAllowed, isSatisfiable, isSatisfiable, isSatisfiable, isSatisfiable, model, model, nConstraints, newVar, newVar, nVars, printInfos, printStat, printStat, removeConstr, reset, setDBSimplificationAllowed, setExpectedNumberOfClauses, setTimeout, setTimeoutMs, setTimeoutOnConflicts, toString |
| 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.ISolver |
|---|
addAllClauses, addAtLeast, addAtMost, addClause, clearLearntClauses, expireTimeout, getStat, getTimeout, isDBSimplificationAllowed, newVar, newVar, printStat, printStat, removeConstr, reset, setDBSimplificationAllowed, setExpectedNumberOfClauses, setTimeout, setTimeoutMs, setTimeoutOnConflicts, toString |
| Methods inherited from interface org.sat4j.specs.IProblem |
|---|
findModel, findModel, isSatisfiable, isSatisfiable, isSatisfiable, isSatisfiable, model, model, nConstraints, nVars, printInfos |
| Constructor Detail |
|---|
public PBSolverDecorator(IPBSolver solver)
| Method Detail |
|---|
public org.sat4j.specs.IConstr addPseudoBoolean(org.sat4j.specs.IVecInt lits,
org.sat4j.specs.IVec<java.math.BigInteger> coeffs,
boolean moreThan,
java.math.BigInteger d)
throws org.sat4j.specs.ContradictionException
IPBSolver
addPseudoBoolean in interface IPBSolverlits - a set of literals. The vector can be reused since the solver
is not supposed to keep a reference to that vector.coeffs - the coefficients of the literals. The vector can be reused
since the solver is not supposed to keep a reference to that
vector.moreThan - true if it is a constraint >= degreed - the degree of the cardinality constraint
org.sat4j.specs.ContradictionException - iff the vector of literals is empty or if the constraint is
falsified after unit propagationISolver.removeConstr(IConstr)public void setListOfVariablesForExplanation(org.sat4j.specs.IVecInt varExplain)
setListOfVariablesForExplanation in interface IPBSolverpublic java.lang.String getExplanation()
getExplanation in interface IPBSolverpublic void setObjectiveFunction(ObjectiveFunction obj)
setObjectiveFunction in interface IPBSolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||