Package | Description |
---|---|
org.cpsolver.studentsct.heuristics.selection |
Student Sectioning: Various Neighbour Selection Criteria.
|
org.cpsolver.studentsct.heuristics.studentord |
Online Student Sectioning Test: various students orderings
|
Class and Description |
---|
StudentOrder
This interface is used by online selectioning test to take students in a
particular order, parameter Test.StudentOrder.
|
Class and Description |
---|
StudentByRequestDate
Return the given set of students in an order of average course request
time stamp
CourseRequest.getTimeStamp() . |
StudentChoiceOrder
Return the given set of students in an order of average number of choices of
each student (students with more choices first).
|
StudentOrder
This interface is used by online selectioning test to take students in a
particular order, parameter Test.StudentOrder.
|