|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.minisat.constraints.cnf.CBClause
public class CBClause
| Field Summary | |
|---|---|
protected int |
falsified
|
protected int[] |
lits
|
protected ILits |
voc
|
| Constructor Summary | |
|---|---|
CBClause(IVecInt ps,
ILits voc)
|
|
CBClause(IVecInt ps,
ILits voc,
boolean learnt)
|
|
| Method Summary | |
|---|---|
void |
assertConstraint(UnitPropagationListener s)
Method called when the constraint is to be asserted. |
static CBClause |
brandNewClause(UnitPropagationListener s,
ILits voc,
IVecInt literals)
|
void |
calcReason(int p,
IVecInt outReason)
Compute the reason for a given assignment. |
int |
get(int i)
returns the ith literal in the constraint |
double |
getActivity()
To obtain the activity of the constraint. |
void |
incActivity(double claInc)
Increase the constraint activity. |
boolean |
learnt()
|
boolean |
locked()
Indicate wether a constraint is responsible from an assignment. |
boolean |
propagate(UnitPropagationListener s,
int p)
Propagate the truth value of a literal in constraints in which that literal is falsified. |
void |
register()
Register the constraint to the solver. |
void |
remove()
Remove a constraint from the solver. |
void |
rescaleBy(double d)
Rescale the clause activity by a value. |
void |
setLearnt()
Mark a constraint as learnt. |
boolean |
simplify()
Simplifies a constraint, by removing top level falsified literals for instance. |
int |
size()
|
java.lang.String |
toString()
|
void |
undo(int p)
Method called when backtracking |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int falsified
protected final int[] lits
protected final ILits voc
| Constructor Detail |
|---|
public CBClause(IVecInt ps,
ILits voc,
boolean learnt)
public CBClause(IVecInt ps,
ILits voc)
| Method Detail |
|---|
public static CBClause brandNewClause(UnitPropagationListener s,
ILits voc,
IVecInt literals)
public void remove()
Constr
remove in interface Constr
public boolean propagate(UnitPropagationListener s,
int p)
Propagatable
propagate in interface Propagatables - something able to perform unit propagationp - the literal being propagated. Its negation must appear in the
constraint.
public boolean simplify()
Constr
simplify in interface Constrpublic void undo(int p)
Undoable
undo in interface Undoablep - a literal to be unassigned.
public void calcReason(int p,
IVecInt outReason)
Constr
calcReason in interface Constrp - a satisfied literal (or Lit.UNDEFINED)outReason - the list of falsified literals whose negation is the reason of
the assignment of p to true.public boolean learnt()
learnt in interface IConstrpublic void incActivity(double claInc)
Constr
incActivity in interface ConstrclaInc - the value to increase the activity withpublic double getActivity()
Constr
getActivity in interface Constrpublic boolean locked()
Constr
locked in interface Constrpublic void setLearnt()
Constr
setLearnt in interface Constrpublic void register()
Constr
register in interface Constrpublic void rescaleBy(double d)
Constr
rescaleBy in interface Constrd - the value to rescale the clause activity with.public int size()
size in interface IConstrpublic int get(int i)
IConstr
get in interface IConstri - the index of the literal
public void assertConstraint(UnitPropagationListener s)
Constr
assertConstraint in interface Constrs - a UnitPropagationListener to use for unit propagation.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||