Package | Description |
---|---|
org.cpsolver.coursett.criteria |
University Course Timetabling: Criteria.
|
org.cpsolver.coursett.heuristics |
University Course Timetabling: Heuristics.
|
org.cpsolver.ifs.perturbations |
Minimal Perturbation Problem: counting of perturbations
|
org.cpsolver.ifs.solution |
IFS Solution (also contains solution comparator)
|
org.cpsolver.ifs.solver |
IFS Solver
|
Modifier and Type | Method and Description |
---|---|
PerturbationsCounter<Lecture,Placement> |
Perturbations.getPerturbationsCounter() |
Modifier and Type | Class and Description |
---|---|
class |
UniversalPerturbationsCounter
Perturbation penalty computation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPerturbationsCounter<V extends Variable<V,T>,T extends Value<V,T>>
Default computation of perturbation penalty (minimal perturbation problem).
|
Modifier and Type | Method and Description |
---|---|
PerturbationsCounter<V,T> |
Solution.getPerturbationsCounter()
Returns perturbation counter
|
Modifier and Type | Method and Description |
---|---|
PerturbationsCounter<V,T> |
Solver.getPerturbationsCounter()
Returns perturbation counter (minimal perturbation problem)
|
Modifier and Type | Method and Description |
---|---|
void |
Solver.setPerturbationsCounter(PerturbationsCounter<V,T> perturbationsCounter)
Sets perturbation counter (minimal perturbation problem)
|