Uses of Class
net.sf.cpsolver.ifs.example.csp.CSPValue

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.
 



Copyright © 2014 UniTime LLC. All Rights Reserved.