|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Propagatable
This interface is to be implemented by the classes wanted to be notified of the falsification of a literal.
Method Summary | |
---|---|
boolean |
propagate(UnitPropagationListener s,
int p)
Propagate the truth value of a literal in constraints in which that literal is falsified. |
Constr |
toConstraint()
Allow to access a constraint view of the propagatable to avoid casting. |
Method Detail |
---|
boolean propagate(UnitPropagationListener s, int p)
s
- something able to perform unit propagationp
- the literal being propagated. Its negation must appear in the
constraint.
Constr toConstraint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |