Package | Description |
---|---|
org.cpsolver.ifs.extension |
IFS Extensions (conflict-based statistics, maintenance of arc consistency)
|
Modifier and Type | Method and Description |
---|---|
static <T extends Value<?,T>> |
AssignedValueSet.createAssignmentSet(Collection<AssignedValue<T>> assignments)
Create set of assignments from the list of Assignments, Values or
(assigned) Variables
|
static <T extends Value<?,T>> |
AssignedValueSet.createAssignmentSetForValues(Collection<T> assignments)
Create set of assignments from the list of Assignments, Values or
(assigned) Variables
|
Modifier and Type | Method and Description |
---|---|
boolean |
AssignedValueSet.contains(AssignedValueSet<T> assignmentSet)
Returns true if it contains all of the given assignments
|