| Package | Description |
|---|---|
| org.cpsolver.ifs.extension |
IFS Extensions (conflict-based statistics, maintenance of arc
consistency)
|
| org.cpsolver.ifs.model |
IFS Model (description of a problem)
|
| org.cpsolver.studentsct.extension |
Student Sectioning: Various Extensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConflictStatistics<V extends Variable<V,T>,T extends Value<V,T>>
Conflict-based statistics.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ConstraintListener<V,T>> |
Constraint.iConstraintListeners |
| Modifier and Type | Method and Description |
|---|---|
List<ConstraintListener<V,T>> |
Constraint.constraintListeners()
Returns the list of registered constraint listeners
|
| Modifier and Type | Method and Description |
|---|---|
void |
Constraint.addConstraintListener(ConstraintListener<V,T> listener)
Adds a constraint listener
|
void |
Constraint.removeConstraintListener(ConstraintListener<V,T> listener)
Removes a constraint listener
|
| Modifier and Type | Class and Description |
|---|---|
class |
StudentConflictStatistics
Same as
ConflictStatistics, however, conflict with real students can
be weighted differently than with last-like students. |
Copyright © 2017 UniTime LLC. All Rights Reserved.