|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Explanation
Method Summary | |
---|---|
void |
empties()
Removes all constraints from this explanation. |
Propagator |
getConstraint(int i)
return the i-th constraint of the explanation |
SymbolicDecision[] |
getNogood()
return the nogood associated to the explanation |
java.util.Set |
toSet()
Creates a set with all the constraints in the explain.. |
Methods inherited from interface choco.ConstraintCollection |
---|
add, addAll, clear, contains, containsAll, copy, delete, isEmpty, merge, size |
Method Detail |
---|
java.util.Set toSet()
void empties()
Propagator getConstraint(int i)
i
- : the number of the constraint to returnSymbolicDecision[] getNogood()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |