Package | Description |
---|---|
org.cpsolver.studentsct.heuristics.studentord |
Online Student Sectioning Test: various students orderings
|
Modifier and Type | Class and Description |
---|---|
class |
StudentByPriorityRequestDate
Return the given set of students in an order of student priority, and
when of the same priority of average course request
time stamp
CourseRequest.getTimeStamp() . |
class |
StudentByRequestDate
Return the given set of students in an order of average course request
time stamp
CourseRequest.getTimeStamp() . |
class |
StudentGroupsChoiceRealFirstOrder
Return the given set of students in an order of average number of request groups of
each student.
|
class |
StudentChoiceRealFirstOrder
Return the given set of students in an order of average number of choices of
each student (students with more choices first), however, real student are
before last-like students.
|