public interface Propagatable
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.