Uses of Class
net.sf.cpsolver.ifs.heuristics.StandardNeighbourSelection

Packages that use StandardNeighbourSelection
net.sf.cpsolver.coursett.heuristics University Course Timetabling: Heuristics. 
net.sf.cpsolver.ifs.heuristics IFS Heuristics (value and variable selection criteria) 
net.sf.cpsolver.studentsct.heuristics Student Sectioning: Heuristics. 
 

Uses of StandardNeighbourSelection in net.sf.cpsolver.coursett.heuristics
 

Subclasses of StandardNeighbourSelection in net.sf.cpsolver.coursett.heuristics
 class NeighbourSelectionWithSuggestions
          Neighbour selection which does the standard time neighbour selection most of the time, however, the very best neighbour is selected time to time (using backtracking based search).
 

Uses of StandardNeighbourSelection in net.sf.cpsolver.ifs.heuristics
 

Subclasses of StandardNeighbourSelection in net.sf.cpsolver.ifs.heuristics
 class BacktrackNeighbourSelection
          Backtracking-based neighbour selection.
 class RoundRobinNeighbourSelection
          A round robin neighbour selection.
 

Uses of StandardNeighbourSelection in net.sf.cpsolver.studentsct.heuristics
 

Subclasses of StandardNeighbourSelection in net.sf.cpsolver.studentsct.heuristics
 class RandomizedBacktrackNeighbourSelection
          Randomized backtracking-based neighbour selection.
 class StudentSctNeighbourSelection
          (Batch) student sectioning neighbour selection.
 class TwoPhaseStudentSctNeighbourSelection
          Two-phase (Batch) student sectioning neighbour selection.