Uses of Interface
net.sf.cpsolver.studentsct.heuristics.selection.ProblemStudentsProvider

Packages that use ProblemStudentsProvider
net.sf.cpsolver.studentsct.heuristics.selection Student Sectioning: Various Neighbour Selection Criteria. 
 

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

Classes in net.sf.cpsolver.studentsct.heuristics.selection that implement ProblemStudentsProvider
 class SwapStudentSelection
          Pick a student (one by one) with an incomplete schedule, try to find an improvement, identify problematic students.
 

Constructors in net.sf.cpsolver.studentsct.heuristics.selection with parameters of type ProblemStudentsProvider
RndUnProblStudSelection(DataProperties properties, ProblemStudentsProvider psp)
          Constructor