Package choco.integer.search

A package devoted to choice points and search heuristics specific to integer variables

See:
          Description

Interface Summary
IIntVarSelector an interface for objects controlling the selection of an search variable (for heuristic purposes)
IValIterator An interface for control objects that model the iteration of (search) values associated to an IntDomainVarImpl
IValSelector An interface for control objects that model a binary choice to an search value
 

Class Summary
AbstractIntVarSelector  
DecreasingDomain  
DomOverDeg A heuristic selecting the IntDomainVarImpl with smallest ration (domainSize / degree) (the degree of a variable is the number of constraints linked to it)
IncreasingDomain  
MaxVal  
MidVal  
MinDomain  
MinVal  
MostConstrained An heuristic to first instantiating most constrained variables.
RandomIntValSelector  
RandomIntVarSelector  
StaticVarOrder A variable selector selecting the first non instantiated variable according to a given static order
 

Package choco.integer.search Description

A package devoted to choice points and search heuristics specific to integer variables.

Related Documentation

For tutorials, examples, documentation and technical notes, see: