|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSPValue | |
---|---|
net.sf.cpsolver.ifs.example.csp | Random Binary CSP with uniform distribution. |
Uses of CSPValue in net.sf.cpsolver.ifs.example.csp |
---|
Methods in net.sf.cpsolver.ifs.example.csp with parameters of type CSPValue | |
---|---|
void |
CSPBinaryConstraint.computeConflicts(CSPValue aValue,
Set<CSPValue> conflicts)
Add the other variable to the set of conflicts, if it is not compatible with the given value. |
boolean |
CSPBinaryConstraint.isConsistent(CSPValue value1,
CSPValue value2)
True if the pair of given values is compatible. |
Method parameters in net.sf.cpsolver.ifs.example.csp with type arguments of type CSPValue | |
---|---|
void |
CSPBinaryConstraint.computeConflicts(CSPValue aValue,
Set<CSPValue> conflicts)
Add the other variable to the set of conflicts, if it is not compatible with the given value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |