Uses of Package
ifs.model

Packages that use ifs.model
ifs.dbt Dynamic backtracking extension of IFS solver 
ifs.example.csp Random Binary CSP with uniform distribution. 
ifs.example.jobshop JobShop Problem. 
ifs.example.rpp Random Placement Problem. 
ifs.example.tt Simple Timetabling Problem. 
ifs.extension IFS Extensions (conflict-based statistics, maintenance of arc consistency) 
ifs.heuristics IFS Heuristics (value and variable selection criteria) 
ifs.model IFS Model (description of a problem) 
ifs.perturbations Minimal Perturbation Problem: counting of perturbations 
ifs.solution IFS Solution (also contains solution comparator) 
ifs.solver IFS Solver 
ttsolver Purdue University Timetabling. 
ttsolver.constraint Purdue University Timetabling: Constraints. 
ttsolver.heuristics Purdue University Timetabling: Heuristics. 
ttsolver.model Purdue University Timetabling: Model. 
 

Classes in ifs.model used by ifs.dbt
ModelListener
          IFS model listener.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in ifs.model used by ifs.example.csp
BinaryConstraint
          Binary constraint.
Constraint
          Generic constraint.
Model
          Generic model (definition of a problem).
Value
          Generic value.
Variable
          Generic variable.
 

Classes in ifs.model used by ifs.example.jobshop
Constraint
          Generic constraint.
Model
          Generic model (definition of a problem).
Value
          Generic value.
Variable
          Generic variable.
 

Classes in ifs.model used by ifs.example.rpp
Constraint
          Generic constraint.
Model
          Generic model (definition of a problem).
Value
          Generic value.
Variable
          Generic variable.
 

Classes in ifs.model used by ifs.example.tt
BinaryConstraint
          Binary constraint.
Constraint
          Generic constraint.
Model
          Generic model (definition of a problem).
Value
          Generic value.
Variable
          Generic variable.
 

Classes in ifs.model used by ifs.extension
Constraint
          Generic constraint.
ConstraintListener
          IFS constraint listener.
Model
          Generic model (definition of a problem).
ModelListener
          IFS model listener.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in ifs.model used by ifs.heuristics
Value
          Generic value.
Variable
          Generic variable.
 

Classes in ifs.model used by ifs.model
Constraint
          Generic constraint.
ConstraintListener
          IFS constraint listener.
Model
          Generic model (definition of a problem).
ModelListener
          IFS model listener.
Value
          Generic value.
Variable
          Generic variable.
VariableListener
          IFS variable listener.
 

Classes in ifs.model used by ifs.perturbations
Value
          Generic value.
 

Classes in ifs.model used by ifs.solution
Model
          Generic model (definition of a problem).
 

Classes in ifs.model used by ifs.solver
Model
          Generic model (definition of a problem).
Value
          Generic value.
Variable
          Generic variable.
 

Classes in ifs.model used by ttsolver
Constraint
          Generic constraint.
Value
          Generic value.
 

Classes in ifs.model used by ttsolver.constraint
BinaryConstraint
          Binary constraint.
Constraint
          Generic constraint.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in ifs.model used by ttsolver.heuristics
Value
          Generic value.
Variable
          Generic variable.
 

Classes in ifs.model used by ttsolver.model
Constraint
          Generic constraint.
Value
          Generic value.
Variable
          Generic variable.
 



Copyright © 2005 Tomáš Müller