Interface | Description |
---|---|
StudentMove |
A simple interface representing a student enrollment change.
|
Class | Description |
---|---|
RandomStudentSwap |
A neihbourhood selection that attempts to swap a student between alternative sections of a course.
|
SctEnrollment |
A class wrapping an enrollment of a student into a course.
|
SctModel |
A model representing student enrollments of a course.
|
SctSectioning |
Student sectioning implementation based on branch & bound.
|
SctSectioning.GroupBasedInitialSectioning | |
SctStudent |
A class wrapping a student, including an ordered set of possible enrollment into a given
course.
|
StudentSwap |
Student swap move.
|
StudentSwapGenerator |
Generate student swaps.
|
StudentSwapSectioning |
Student sectioning implementation based on local search.
|