|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintListener | |
---|---|
net.sf.cpsolver.ifs.extension | IFS Extensions (conflict-based statistics, maintenance of arc consistency) |
net.sf.cpsolver.ifs.model | IFS Model (description of a problem) |
net.sf.cpsolver.studentsct.extension | Student Sectioning: Various Extensions. |
Uses of ConstraintListener in net.sf.cpsolver.ifs.extension |
---|
Classes in net.sf.cpsolver.ifs.extension that implement ConstraintListener | |
---|---|
class |
ConflictStatistics<V extends Variable<V,T>,T extends Value<V,T>>
Conflict-based statistics. |
Uses of ConstraintListener in net.sf.cpsolver.ifs.model |
---|
Fields in net.sf.cpsolver.ifs.model with type parameters of type ConstraintListener | |
---|---|
protected List<ConstraintListener<T>> |
Constraint.iConstraintListeners
|
Methods in net.sf.cpsolver.ifs.model that return types with arguments of type ConstraintListener | |
---|---|
List<ConstraintListener<T>> |
Constraint.constraintListeners()
Returns the list of registered constraint listeners |
Methods in net.sf.cpsolver.ifs.model with parameters of type ConstraintListener | |
---|---|
void |
Constraint.addConstraintListener(ConstraintListener<T> listener)
Adds a constraint listener |
void |
Constraint.removeConstraintListener(ConstraintListener<T> listener)
Removes a constraint listener |
Uses of ConstraintListener in net.sf.cpsolver.studentsct.extension |
---|
Classes in net.sf.cpsolver.studentsct.extension that implement ConstraintListener | |
---|---|
class |
StudentConflictStatistics
Same as ConflictStatistics , however, conflict with real students can
be weighted differently than with last-like students. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |