| Package | Description |
|---|---|
| net.sf.cpsolver.coursett.custom |
University Course Timetabling: Various customizations.
|
| net.sf.cpsolver.coursett.model |
University Course Timetabling: Model.
|
| net.sf.cpsolver.ifs.algorithms |
IFS Neighbourhood Search Algorithms
|
| net.sf.cpsolver.ifs.util |
Utilities
|
| Constructor and Description |
|---|
DeterministicInitialSectioning(Progress progress,
Long offeringId,
Collection<?> lectureOrConfigurations,
Collection<Student> students) |
| Modifier and Type | Field and Description |
|---|---|
protected Progress |
InitialSectioning.iProgress |
| Modifier and Type | Method and Description |
|---|---|
Progress |
DefaultStudentSectioning.getProgress() |
| Modifier and Type | Method and Description |
|---|---|
static void |
InitialSectioning.initialSectioningCfg(Progress p,
Long offeringId,
String courseName,
Collection<Student> students,
List<Configuration> configurations) |
| Constructor and Description |
|---|
InitialSectioning(Progress progress,
Long offeringId,
Collection<?> lectureOrConfigurations,
Collection<Student> students) |
| Modifier and Type | Field and Description |
|---|---|
protected Progress |
NeighbourSearch.iProgress |
| Modifier and Type | Method and Description |
|---|---|
static Progress |
Progress.getInstance()
Progress default instance
|
static Progress |
Progress.getInstance(Object key)
Progress instance
|