Package net.sf.cpsolver.studentsct.heuristics.studentord

Online Student Sectioning Test: various students orderings

See:
          Description

Interface Summary
StudentOrder This interface is used by online selectioning test to take students in a particular order, parameter Test.StudentOrder.
 

Class Summary
StudentChoiceOrder Return the given set of students in an order of average number of choices of each student (students with more choices first).
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.
StudentMajorOrder Return the given set of students ordered by their majors
StudentRandomOrder Return the given set of students in a random order
StudentRandomRealFirstOrder Return the given set of students in a random order, however, all real students before last-like students.
 

Package net.sf.cpsolver.studentsct.heuristics.studentord Description

Online Student Sectioning Test: various students orderings