| Package | Description |
|---|---|
| net.sf.cpsolver.studentsct.heuristics.selection |
Student Sectioning: Various Neighbour Selection Criteria.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OnlineSelection.EpsilonSelection
Branch & bound selection for a student
|
| Modifier and Type | Method and Description |
|---|---|
BranchBoundSelection.Selection |
BranchBoundSelection.getSelection(Student student)
Branch & bound selection for a student
|
BranchBoundSelection.Selection |
OnlineSelection.getSelection(Student student)
Branch & bound selection for a student
|
| Constructor and Description |
|---|
EpsilonSelection(Student student,
BranchBoundSelection.Selection selection)
Constructor
|