|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.kernel.solver.constraints.integer.extension.ConsistencyRelation
choco.kernel.solver.constraints.integer.extension.CouplesTest
samples.documentation.Code4Doc5.MyEquality
public static class Code4Doc5.MyEquality
Field Summary |
---|
Fields inherited from class choco.kernel.solver.constraints.integer.extension.ConsistencyRelation |
---|
feasible, LOGGER |
Constructor Summary | |
---|---|
Code4Doc5.MyEquality()
|
Method Summary | |
---|---|
boolean |
checkCouple(int x,
int y)
return true if couple (x,y) is feasible according to the definition of the relation. e.g if the relation is defined with infeasible tuples, it returns true if (x,y) is one of them. |
Methods inherited from class choco.kernel.solver.constraints.integer.extension.CouplesTest |
---|
getOpposite, isConsistent |
Methods inherited from class choco.kernel.solver.constraints.integer.extension.ConsistencyRelation |
---|
isDefinedByFeasability, switchToOppositeRelation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Code4Doc5.MyEquality()
Method Detail |
---|
public boolean checkCouple(int x, int y)
BinRelation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |