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

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

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

Methods in net.sf.cpsolver.studentsct.heuristics.selection that return BranchBoundSelection.BranchBoundNeighbour
 BranchBoundSelection.BranchBoundNeighbour BranchBoundSelection.Selection.select()
          Execute branch & bound, return the best found schedule for the selected student.
 BranchBoundSelection.BranchBoundNeighbour OnlineSelection.EpsilonSelection.select()
          Execute branch & bound, return the best found schedule for the selected student.