Package | Description |
---|---|
org.cpsolver.ifs.dbt |
Dynamic backtracking extension of IFS solver
|
org.cpsolver.ifs.solver |
IFS Solver
|
org.cpsolver.studentsct.heuristics |
Student Sectioning: Heuristics.
|
Modifier and Type | Class and Description |
---|---|
class |
DbtPropagation<V extends Variable<V,T>,T extends Value<V,T>>
Maintenance of arc consistency in dynamic backtracking.
|
Modifier and Type | Field and Description |
---|---|
protected List<SolverListener<V,T>> |
Solver.iSolverListeners |
Modifier and Type | Method and Description |
---|---|
List<SolverListener<V,T>> |
Solver.getSolverListeners()
Registered solver listeners
|
Modifier and Type | Method and Description |
---|---|
void |
Solver.addSolverListener(SolverListener<V,T> listener)
Adds a solver listener
|
void |
Solver.removeSolverListener(SolverListener<V,T> listener)
Removes a solver listener
|
Modifier and Type | Class and Description |
---|---|
class |
StudentSctNeighbourSelection
(Batch) student sectioning neighbour selection.
|
class |
TwoPhaseStudentSctNeighbourSelection
Two-phase (Batch) student sectioning neighbour selection.
|
Copyright © 2016 UniTime LLC. All Rights Reserved.