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

Packages that use net.sf.cpsolver.studentsct.heuristics.studentord
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

 
 

Classes in net.sf.cpsolver.studentsct.heuristics.studentord used by net.sf.cpsolver.studentsct.heuristics.selection
StudentOrder
          This interface is used by online selectioning test to take students in a particular order, parameter Test.StudentOrder.
 

Classes in net.sf.cpsolver.studentsct.heuristics.studentord used by net.sf.cpsolver.studentsct.heuristics.studentord
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.