Package | Description |
---|---|
org.cpsolver.ifs.example.csp |
Random Binary CSP with uniform distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
CSPBinaryConstraint.computeConflicts(Assignment<CSPVariable,CSPValue> assignment,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CSPBinaryConstraint.computeConflicts(Assignment<CSPVariable,CSPValue> assignment,
CSPValue aValue,
Set<CSPValue> conflicts)
Add the other variable to the set of conflicts, if it is not compatible
with the given value.
|
void |
CSPBinaryConstraint.computeConflicts(Assignment<CSPVariable,CSPValue> assignment,
CSPValue aValue,
Set<CSPValue> conflicts)
Add the other variable to the set of conflicts, if it is not compatible
with the given value.
|
Map<String,String> |
StructuredCSPModel.getInfo(Assignment<CSPVariable,CSPValue> assignment)
Return information table
|