Uses of Interface
ifs.heuristics.VariableSelection

Packages that use VariableSelection
ifs.dbt Dynamic backtracking extension of IFS solver 
ifs.heuristics IFS Heuristics (value and variable selection criteria) 
ifs.solver IFS Solver 
ttsolver.heuristics Purdue University Timetabling: Heuristics. 
 

Uses of VariableSelection in ifs.dbt
 

Classes in ifs.dbt that implement VariableSelection
 class DbtVariableSelection
          Selection of a variable for dynamic backtracking.
 

Uses of VariableSelection in ifs.heuristics
 

Classes in ifs.heuristics that implement VariableSelection
 class GeneralVariableSelection
          General implementation of variable selection criterion.
 

Uses of VariableSelection in ifs.solver
 

Methods in ifs.solver that return VariableSelection
 VariableSelection Solver.getVariableSelection()
          Returns variable selection criterion
 

Methods in ifs.solver with parameters of type VariableSelection
 void Solver.setVariableSelection(VariableSelection variableSelection)
          Sets variable selection criterion
 

Uses of VariableSelection in ttsolver.heuristics
 

Classes in ttsolver.heuristics that implement VariableSelection
 class LectureSelection
          Lecture (variable) selection.
 



Copyright © 2005 Tomáš Müller