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.criteria University Course Timetabling: Criteria. 
net.sf.cpsolver.coursett.criteria.additional University Course Timetabling: Additional (Experimental) Criteria. 
net.sf.cpsolver.coursett.criteria.placement University Course Timetabling: Placement Selection Criteria. 
net.sf.cpsolver.coursett.heuristics University Course Timetabling: Heuristics. 
net.sf.cpsolver.coursett.model University Course Timetabling: Model. 
net.sf.cpsolver.exam.criteria Examination Timetabling: Criteria. 
net.sf.cpsolver.exam.criteria.additional Examination Timetabling: Additional (Experimental) Criteria. 
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.exam.split This package contains an an experimental criterion that allows an exam to be split into two if it decreases the number of student conflicts. 
net.sf.cpsolver.ifs.constant Extension of the model with constant variables. 
net.sf.cpsolver.ifs.criteria IFS Criteria. 
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.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.ifs.termination IFS Termination (termination condition) 
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.
Model
          Generic model (definition of a problem).
WeakeningConstraint
          Interface of a constraint that weakens with the time.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.coursett.criteria
InfoProvider
          A class providing INFO table.
ModelListener
          IFS model listener.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.coursett.criteria.additional
InfoProvider
          A class providing INFO table.
ModelListener
          IFS model listener.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.coursett.criteria.placement
InfoProvider
          A class providing INFO table.
ModelListener
          IFS model listener.
 

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

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.criteria
InfoProvider
          A class providing INFO table.
ModelListener
          IFS model listener.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.exam.criteria.additional
InfoProvider
          A class providing INFO table.
ModelListener
          IFS model listener.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.exam.heuristics
LazyNeighbour
          Lazy neigbour (a change of the overall solution value is unknown before the neighbour is assigned, it is possible to undo the neighbour instead).
LazyNeighbour.LazyNeighbourAcceptanceCriterion
          Neighbour acceptance criterion interface (to be implemented by search strategies that are using LazyNeighbour.
Neighbour
          IFS neighbour.
 

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.exam.split
InfoProvider
          A class providing INFO table.
ModelListener
          IFS model listener.
Neighbour
          IFS neighbour.
 

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.criteria
Constraint
          Generic constraint.
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.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).
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).
Variable
          Generic variable.
 

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.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 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.
InfoProvider
          A class providing INFO table.
LazyNeighbour
          Lazy neigbour (a change of the overall solution value is unknown before the neighbour is assigned, it is possible to undo the neighbour instead).
LazyNeighbour.LazyNeighbourAcceptanceCriterion
          Neighbour acceptance criterion interface (to be implemented by search strategies that are using LazyNeighbour.
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.perturbations
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.solution
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.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.ifs.termination
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).
 

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

Classes in net.sf.cpsolver.ifs.model used by net.sf.cpsolver.studentsct.extension
ConstraintListener
          IFS constraint listener.
ModelListener
          IFS model listener.
 

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

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.
 



Copyright © 2014 UniTime LLC. All Rights Reserved.