Uses of Class
net.sf.cpsolver.studentsct.heuristics.selection.BranchBoundSelection

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

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

Subclasses of BranchBoundSelection in net.sf.cpsolver.studentsct.heuristics.selection
 class OnlineSelection
          Section given student using branch & bound algorithm with no unassignments allowed.
 class ResectionIncompleteStudentsSelection
          Resection incomplete studends.
 class ResectionUnassignedStudentsSelection
          Resection studends with empty schedule.