|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectifs.model.Constraint
ifs.model.BinaryConstraint
ifs.example.csp.CSPBinaryConstraint
public class CSPBinaryConstraint
CSP binary constraint.
This class only implements the generation of a binary CSP constraint and the consistency check.
| Constructor Summary | |
|---|---|
CSPBinaryConstraint(int id,
int nrCompatiblePairs)
Constructor |
|
| Method Summary | |
|---|---|
void |
computeConflicts(Value aValue,
Set conflicts)
Add the other variable to the set of conflicts, if it is not compatible with the given value. |
String |
getName()
Constraint's name -- for printing purposes |
void |
init(Random rndNumGen)
Initializes the constraint. |
boolean |
isConsistent(Value value1,
Value value2)
True if the pair of given values is compatible. |
| Methods inherited from class ifs.model.BinaryConstraint |
|---|
addVariable, another, first, isFirst, second |
| Methods inherited from class ifs.model.Constraint |
|---|
addConstraintListener, assigned, assignedVariables, countAssignedVariables, countVariables, getDescription, getId, getInfo, getModel, hashCode, inConflict, isHard, removeConstraintListener, removeVariable, setModel, unassigned, variables |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSPBinaryConstraint(int id,
int nrCompatiblePairs)
nrCompatiblePairs - number of compatible pairs of values in the constraint| Method Detail |
|---|
public void init(Random rndNumGen)
rndNumGen - random number generator
public boolean isConsistent(Value value1,
Value value2)
isConsistent in class Constraint
public void computeConflicts(Value aValue,
Set conflicts)
computeConflicts in class ConstraintaValue - value to be assigned to its varaibleconflicts - resultant set of conflicting valuespublic String getName()
Constraint
getName in class Constraint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||