Uses of Interface
net.sf.cpsolver.studentsct.heuristics.studentord.StudentOrder

Packages that use StudentOrder
net.sf.cpsolver.studentsct.heuristics.selection Student Sectioning: Various Neighbour Selection Criteria. 
net.sf.cpsolver.studentsct.heuristics.studentord Online Student Sectioning Test: various students orderings

 
 

Uses of StudentOrder in net.sf.cpsolver.studentsct.heuristics.selection
 

Fields in net.sf.cpsolver.studentsct.heuristics.selection declared as StudentOrder
protected  StudentOrder BranchBoundSelection.iOrder
           
protected  StudentOrder SwapStudentSelection.iOrder
           
 

Uses of StudentOrder in net.sf.cpsolver.studentsct.heuristics.studentord
 

Classes in net.sf.cpsolver.studentsct.heuristics.studentord that implement StudentOrder
 class StudentChoiceOrder
          Return the given set of students in an order of average number of choices of each student (students with more choices first).
 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.
 class StudentMajorOrder
          Return the given set of students ordered by their majors
 class StudentRandomOrder
          Return the given set of students in a random order
 class StudentRandomRealFirstOrder
          Return the given set of students in a random order, however, all real students before last-like students.