Uses of Interface
net.sf.cpsolver.ifs.heuristics.VariableSelection

Packages that use VariableSelection
net.sf.cpsolver.coursett.heuristics University Course Timetabling: Heuristics. 
net.sf.cpsolver.exam.heuristics Examination Timetabling: Solution Heuristics. 
net.sf.cpsolver.ifs.dbt Dynamic backtracking extension of IFS solver 
net.sf.cpsolver.ifs.heuristics IFS Heuristics (value and variable selection criteria) 
net.sf.cpsolver.studentsct.heuristics Student Sectioning: Heuristics. 
net.sf.cpsolver.studentsct.heuristics.selection Student Sectioning: Various Neighbour Selection Criteria. 
 

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

Classes in net.sf.cpsolver.coursett.heuristics that implement VariableSelection
 class LectureSelection
          Lecture (variable) selection.
 

Uses of VariableSelection in net.sf.cpsolver.exam.heuristics
 

Classes in net.sf.cpsolver.exam.heuristics that implement VariableSelection
 class ExamUnassignedVariableSelection
          Unassigned variable selection.
 

Uses of VariableSelection in net.sf.cpsolver.ifs.dbt
 

Classes in net.sf.cpsolver.ifs.dbt that implement VariableSelection
 class DbtVariableSelection<V extends Variable<V,T>,T extends Value<V,T>>
          Selection of a variable for dynamic backtracking.
 

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

Classes in net.sf.cpsolver.ifs.heuristics that implement VariableSelection
 class GeneralVariableSelection<V extends Variable<V,T>,T extends Value<V,T>>
          General implementation of variable selection criterion.
 

Methods in net.sf.cpsolver.ifs.heuristics that return VariableSelection
 VariableSelection<V,T> StandardNeighbourSelection.getVariableSelection()
          Returns variable selection criterion
 

Methods in net.sf.cpsolver.ifs.heuristics with parameters of type VariableSelection
 void StandardNeighbourSelection.setVariableSelection(VariableSelection<V,T> variableSelection)
          Sets variable selection criterion
 

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

Classes in net.sf.cpsolver.studentsct.heuristics that implement VariableSelection
 class RouletteWheelRequestSelection
          Variable (Request) selection using RouletteWheelSelection.
 

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

Constructors in net.sf.cpsolver.studentsct.heuristics.selection with parameters of type VariableSelection
StandardSelection(DataProperties properties, VariableSelection<Request,Enrollment> variableSelection, ValueSelection<Request,Enrollment> valueSelection)
          Constructor (variable and value selection are expected to be already initialized).
 



Copyright © 2014 UniTime LLC. All Rights Reserved.