Uses of Class
net.sf.cpsolver.ifs.extension.Assignment

Packages that use Assignment
net.sf.cpsolver.ifs.extension IFS Extensions (conflict-based statistics, maintenance of arc consistency) 
 

Uses of Assignment in net.sf.cpsolver.ifs.extension
 

Methods in net.sf.cpsolver.ifs.extension that return Assignment
 Assignment<T> AssignmentSet.getAssignment(T value)
          Returns assignment that corresponds to the given value (if it is present in the set)
 

Methods in net.sf.cpsolver.ifs.extension that return types with arguments of type Assignment
 Map<Assignment<T>,List<Assignment<T>>> ConflictStatistics.getNoGoods()
           
 Map<Assignment<T>,List<Assignment<T>>> ConflictStatistics.getNoGoods()
           
 List<Assignment<T>> AssignmentSet.getSet()
          Returns set of assignments
 

Methods in net.sf.cpsolver.ifs.extension with parameters of type Assignment
 void AssignmentSet.addAssignment(Assignment<T> assignment)
          Adds an assignment
 int Assignment.AssignmentComparator.compare(Assignment<E> a1, Assignment<E> a2)
           
 int Assignment.AssignmentComparator.compare(Assignment<E> a1, Assignment<E> a2)
           
 int Assignment.compareTo(long iteration, Assignment<T> a)
          Compare two assignments (their counters)
 boolean AssignmentSet.contains(Assignment<T> assignment)
          Returns true if it contains the given assignment
 

Method parameters in net.sf.cpsolver.ifs.extension with type arguments of type Assignment
 boolean AssignmentSet.contains(Collection<Assignment<T>> assignments)
          Returns true if it contains all of the given assignments
static
<T extends Value<?,T>>
AssignmentSet<T>
AssignmentSet.createAssignmentSet(Collection<Assignment<T>> assignments)
          Create set of assignments from the list of Assignments, Values or (assigned) Variables
 

Constructors in net.sf.cpsolver.ifs.extension with parameters of type Assignment
AssignmentSet(Assignment<T>[] assignments)
           
 

Constructor parameters in net.sf.cpsolver.ifs.extension with type arguments of type Assignment
AssignmentSet(Collection<Assignment<T>> assignments)
           
 



Copyright © 2014 UniTime LLC. All Rights Reserved.