org.sat4j.minisat.constraints.pb
Class MinWatchPb
java.lang.Object
org.sat4j.minisat.constraints.pb.WatchPb
org.sat4j.minisat.constraints.pb.MinWatchPb
- All Implemented Interfaces:
- java.io.Serializable, PBConstr, Constr, Propagatable, Undoable, IConstr
- Direct Known Subclasses:
- PuebloMinWatchPb
public class MinWatchPb
- extends WatchPb
- See Also:
- Serialized Form
Method Summary |
static MinWatchPb |
minWatchPbNew(UnitPropagationListener s,
ILits voc,
IVecInt ps,
IVec<java.math.BigInteger> coefs,
boolean moreThan,
java.math.BigInteger degree)
|
static MinWatchPb |
minWatchPbNew(UnitPropagationListener s,
ILits voc,
IVecInt ps,
IVecInt coefs,
boolean moreThan,
int degree)
|
static MinWatchPb |
normalizedMinWatchPbNew(UnitPropagationListener s,
ILits voc,
IDataStructurePB mpb)
|
static MinWatchPb |
normalizedMinWatchPbNew(UnitPropagationListener s,
ILits voc,
int[] lits,
java.math.BigInteger[] coefs,
java.math.BigInteger degree)
|
static WatchPb |
normalizedWatchPbNew(ILits voc,
IDataStructurePB mpb)
|
boolean |
propagate(UnitPropagationListener s,
int p)
Propagation de la valeur de v??? |
void |
remove()
Enl??? |
void |
undo(int p)
M??? |
static WatchPb |
watchPbNew(ILits voc,
IVecInt lits,
IVec<java.math.BigInteger> coefs,
boolean moreThan,
java.math.BigInteger degree)
|
static WatchPb |
watchPbNew(ILits voc,
IVecInt lits,
IVecInt coefs,
boolean moreThan,
int degree)
|
Methods inherited from class org.sat4j.minisat.constraints.pb.WatchPb |
assertConstraint, calcReason, coefficientsEqualToOne, computeAnImpliedClause, get, getActivity, getCoef, getCoefs, getDegree, getLits, getVocabulary, incActivity, isAssertive, learnt, locked, niceCheckedParameters, niceParameters, recalcLeftSide, recalcLeftSide, register, rescaleBy, setLearnt, simplify, size, slackConstraint, slackConstraint, toBigInt, toString, toVecBigInt |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
minWatchPbNew
public static MinWatchPb minWatchPbNew(UnitPropagationListener s,
ILits voc,
IVecInt ps,
IVecInt coefs,
boolean moreThan,
int degree)
throws ContradictionException
- Parameters:
s
- outil pour la propagation des litt???rauxps
- liste des litt???raux de la nouvelle contraintecoefs
- liste des coefficients des litt???raux de la contraintemoreThan
- d???termine si c'est une sup???rieure ou ???gal ??? l'originedegree
- fournit le degr??? de la contrainte
- Returns:
- une nouvelle clause si tout va bien, ou null si un conflit est
d???tect???
- Throws:
ContradictionException
minWatchPbNew
public static MinWatchPb minWatchPbNew(UnitPropagationListener s,
ILits voc,
IVecInt ps,
IVec<java.math.BigInteger> coefs,
boolean moreThan,
java.math.BigInteger degree)
throws ContradictionException
- Parameters:
s
- outil pour la propagation des litt???rauxps
- liste des litt???raux de la nouvelle contraintecoefs
- liste des coefficients des litt???raux de la contraintemoreThan
- d???termine si c'est une sup???rieure ou ???gal ??? l'originedegree
- fournit le degr??? de la contrainte
- Returns:
- une nouvelle clause si tout va bien, ou null si un conflit est
d???tect???
- Throws:
ContradictionException
normalizedMinWatchPbNew
public static MinWatchPb normalizedMinWatchPbNew(UnitPropagationListener s,
ILits voc,
IDataStructurePB mpb)
throws ContradictionException
- Parameters:
s
- a unit propagation listenervoc
- the vocabularympb
- the PB constraint to normalize.
- Returns:
- a new PB contraint or null if a trivial inconsistency is
detected.
- Throws:
ContradictionException
normalizedMinWatchPbNew
public static MinWatchPb normalizedMinWatchPbNew(UnitPropagationListener s,
ILits voc,
int[] lits,
java.math.BigInteger[] coefs,
java.math.BigInteger degree)
throws ContradictionException
- Parameters:
s
- a unit propagation listenervoc
- the vocabularylits
- the literalscoefs
- the coefficientsdegree
- the degree of the constraint to normalize.
- Returns:
- a new PB constraint or null if a trivial inconsistency is
detected.
- Throws:
ContradictionException
propagate
public boolean propagate(UnitPropagationListener s,
int p)
- Propagation de la valeur de v???rit??? d'un litt???ral falsifi???
- Parameters:
s
- un prouveurp
- le litt???ral propag??? (il doit etre falsifie)
- Returns:
- false ssi une inconsistance est d???t???ct???e
remove
public void remove()
- Enl???ve une contrainte du prouveur
undo
public void undo(int p)
- M???thode appel???e lors du backtrack
- Parameters:
p
- un litt???ral d???saffect???
watchPbNew
public static WatchPb watchPbNew(ILits voc,
IVecInt lits,
IVecInt coefs,
boolean moreThan,
int degree)
watchPbNew
public static WatchPb watchPbNew(ILits voc,
IVecInt lits,
IVec<java.math.BigInteger> coefs,
boolean moreThan,
java.math.BigInteger degree)
normalizedWatchPbNew
public static WatchPb normalizedWatchPbNew(ILits voc,
IDataStructurePB mpb)