Uses of Package
net.sf.cpsolver.ifs.model

Packages that use net.sf.cpsolver.ifs.model
net.sf.cpsolver.coursett.constraint University Course Timetabling: Constraints. 
net.sf.cpsolver.coursett.heuristics University Course Timetabling: Heuristics. 
net.sf.cpsolver.coursett.model University Course Timetabling: Model. 
net.sf.cpsolver.exam.heuristics Examination Timetabling: Solution Heuristics. 
net.sf.cpsolver.exam.model Examination Timetabling: Model. 
net.sf.cpsolver.exam.neighbours Examination Timetabling: Various Neighbourhoods. 
net.sf.cpsolver.ifs.constant Extension of the model with constant variables. 
net.sf.cpsolver.ifs.dbt Dynamic backtracking extension of IFS solver 
net.sf.cpsolver.ifs.example.csp Random Binary CSP with uniform distribution. 
net.sf.cpsolver.ifs.example.jobshop JobShop Problem. 
net.sf.cpsolver.ifs.example.rpp Random Placement Problem. 
net.sf.cpsolver.ifs.example.tt Simple Timetabling Problem. 
net.sf.cpsolver.ifs.extension IFS Extensions (conflict-based statistics, maintenance of arc consistency) 
net.sf.cpsolver.ifs.heuristics IFS Heuristics (value and variable selection criteria) 
net.sf.cpsolver.ifs.model IFS Model (description of a problem) 
net.sf.cpsolver.ifs.multi Extension of the model with multi-variable variables (constraint hierarchy). 
net.sf.cpsolver.ifs.perturbations Minimal Perturbation Problem: counting of perturbations 
net.sf.cpsolver.ifs.solution IFS Solution (also contains solution comparator) 
net.sf.cpsolver.ifs.solver IFS Solver 
net.sf.cpsolver.studentsct Student Sectioning Solver. 
net.sf.cpsolver.studentsct.constraint Student Sectioning: Constraints. 
net.sf.cpsolver.studentsct.extension Student Sectioning: Various Extensions. 
net.sf.cpsolver.studentsct.heuristics Student Sectioning: Heuristics. 
net.sf.cpsolver.studentsct.heuristics.selection Student Sectioning: Various Neighbour Selection Criteria. 
net.sf.cpsolver.studentsct.model Student Sectioning: Model. 
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.coursett.constraint
BinaryConstraint
          Binary constraint.
Constraint
          Generic constraint.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.coursett.heuristics
Model
          Generic model (definition of a problem).
Neighbour
          IFS neighbour.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.coursett.model
Constraint
          Generic constraint.
ModelListener
          IFS model listener.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.exam.heuristics
Neighbour
          IFS neighbour.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.exam.model
Constraint
          Generic constraint.
Model
          Generic model (definition of a problem).
Value
          Generic value.
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.exam.neighbours
Neighbour
          IFS neighbour.
SimpleNeighbour
          A neighbour consisting of a change (either assignment or unassignment) of a single variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.ifs.constant
Model
          Generic model (definition of a problem).
Value
          Generic value.
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.ifs.dbt
ModelListener
          IFS model listener.
Neighbour
          IFS neighbour.
Value
          Generic value.
Variable
          Generic variable.
 

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

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

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

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

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.ifs.extension
Constraint
          Generic constraint.
ConstraintListener
          IFS constraint listener.
InfoProvider
          A class providing INFO table.
Model
          Generic model (definition of a problem).
ModelListener
          IFS model listener.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.ifs.heuristics
Neighbour
          IFS neighbour.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.ifs.model
Constraint
          Generic constraint.
ConstraintListener
          IFS constraint listener.
GlobalConstraint
          Generic global constraint.
Model
          Generic model (definition of a problem).
ModelListener
          IFS model listener.
Neighbour
          IFS neighbour.
Value
          Generic value.
Variable
          Generic variable.
VariableListener
          IFS variable listener.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.ifs.multi
Model
          Generic model (definition of a problem).
Value
          Generic value.
Variable
          Generic variable.
VariableListener
          IFS variable listener.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.ifs.perturbations
Model
          Generic model (definition of a problem).
Value
          Generic value.
 

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

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.ifs.solver
Model
          Generic model (definition of a problem).
Neighbour
          IFS neighbour.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.studentsct
Model
          Generic model (definition of a problem).
Value
          Generic value.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.studentsct.constraint
Constraint
          Generic constraint.
GlobalConstraint
          Generic global constraint.
Value
          Generic value.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.studentsct.extension
ConstraintListener
          IFS constraint listener.
InfoProvider
          A class providing INFO table.
ModelListener
          IFS model listener.
Value
          Generic value.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.studentsct.heuristics
Neighbour
          IFS neighbour.
Value
          Generic value.
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.studentsct.heuristics.selection
Neighbour
          IFS neighbour.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.studentsct.model
Value
          Generic value.
Variable
          Generic variable.