|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssignmentSet | |
---|---|
net.sf.cpsolver.ifs.extension | IFS Extensions (conflict-based statistics, maintenance of arc consistency) |
Uses of AssignmentSet in net.sf.cpsolver.ifs.extension |
---|
Methods in net.sf.cpsolver.ifs.extension that return AssignmentSet | ||
---|---|---|
static
|
AssignmentSet.createAssignmentSet(Collection<Assignment<T>> assignments)
Create set of assignments from the list of Assignments, Values or (assigned) Variables |
|
static
|
AssignmentSet.createAssignmentSetForValues(Collection<T> assignments)
Create set of assignments from the list of Assignments, Values or (assigned) Variables |
|
static
|
AssignmentSet.createAssignmentSetForVariables(Collection<Variable<?,T>> assignments)
Create set of assignments from the list of Assignments, Values or (assigned) Variables |
Methods in net.sf.cpsolver.ifs.extension with parameters of type AssignmentSet | |
---|---|
boolean |
AssignmentSet.contains(AssignmentSet<T> assignmentSet)
Returns true if it contains all of the given assignments |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |