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

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

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

Subclasses of BranchBoundSelection.Selection in net.sf.cpsolver.studentsct.heuristics.selection
 class OnlineSelection.EpsilonSelection
          Branch & bound selection for a student
 

Methods in net.sf.cpsolver.studentsct.heuristics.selection that return BranchBoundSelection.Selection
 BranchBoundSelection.Selection BranchBoundSelection.getSelection(Student student)
          Branch & bound selection for a student
 BranchBoundSelection.Selection OnlineSelection.getSelection(Student student)
          Branch & bound selection for a student
 

Constructors in net.sf.cpsolver.studentsct.heuristics.selection with parameters of type BranchBoundSelection.Selection
OnlineSelection.EpsilonSelection(Student student, BranchBoundSelection.Selection selection)
          Constructor