| 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.
|
Map<String,String> |
StructuredCSPModel.getInfo(Assignment<CSPVariable,CSPValue> assignment)
Return information table
|
| Constructor and Description |
|---|
CSPValue(CSPVariable variable,
int value)
Constructor
|