| Package | Description |
|---|---|
| org.cpsolver.coursett.sectioning |
Additional Student Sectioning Algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
SctStudent |
SctEnrollment.getStudent()
Student
|
| Modifier and Type | Method and Description |
|---|---|
int |
SctStudent.compareTo(SctStudent s)
Compare two student, using average conflict weight, number of possible enrollments and their curriculum information.
|
| Constructor and Description |
|---|
SctEnrollment(int id,
SctStudent student,
Collection<Lecture> lectures) |
SctEnrollment(int id,
SctStudent student,
Collection<Lecture> lectures,
double conflictWeight) |