|
||||||||||
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.PBSolverWithImpliedClause
public class PBSolverWithImpliedClause
Field Summary |
---|
Fields inherited from class org.sat4j.minisat.core.Solver |
---|
analyzer, dsfactory, EXPENSIVE_SIMPLIFICATION, GLUCOSE, MEMORY_BASED, NO_SIMPLIFICATION, rootLevel, SIMPLE_SIMPLIFICATION, trail, trailLim, voc |
Constructor Summary | |
---|---|
PBSolverWithImpliedClause(AssertingClauseGenerator acg,
LearningStrategy<PBDataStructureFactory> learner,
PBDataStructureFactory dsf,
IOrder order)
|
Method Summary | |
---|---|
IConstr |
addPseudoBoolean(IVecInt literals,
IVec<java.math.BigInteger> coeffs,
boolean moreThan,
java.math.BigInteger degree)
Create a Pseudo-Boolean constraint of the type "at least n of those literals must be satisfied" |
java.lang.String |
toString(java.lang.String prefix)
|
Methods inherited from class org.sat4j.pb.core.PBSolverCP |
---|
analyze |
Methods inherited from class org.sat4j.pb.core.PBSolver |
---|
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.ISolver |
---|
addAllClauses, addAtLeast, addAtMost, addBlockingClause, addClause, clearLearntClauses, expireTimeout, getStat, getTimeout, getTimeoutMs, isDBSimplificationAllowed, newVar, newVar, nextFreeVarId, printStat, printStat, removeConstr, removeSubsumedConstr, reset, setDBSimplificationAllowed, setExpectedNumberOfClauses, setSearchListener, setTimeout, setTimeoutMs, setTimeoutOnConflicts |
Methods inherited from interface org.sat4j.specs.IProblem |
---|
findModel, findModel, isSatisfiable, isSatisfiable, isSatisfiable, isSatisfiable, model, model, nConstraints, nVars, printInfos |
Constructor Detail |
---|
public PBSolverWithImpliedClause(AssertingClauseGenerator acg, LearningStrategy<PBDataStructureFactory> learner, PBDataStructureFactory dsf, IOrder order)
Method Detail |
---|
public IConstr addPseudoBoolean(IVecInt literals, IVec<java.math.BigInteger> coeffs, boolean moreThan, java.math.BigInteger degree) throws ContradictionException
IPBSolver
addPseudoBoolean
in interface IPBSolver
addPseudoBoolean
in class PBSolver
literals
- 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 >= degreedegree
- the degree of the cardinality constraint
ContradictionException
- iff the vector of literals is empty or if the constraint is
falsified after unit propagationISolver.removeConstr(IConstr)
public java.lang.String toString(java.lang.String prefix)
toString
in interface ISolver
toString
in class PBSolverCP
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |