Generated on Sat Feb 7 2015 02:01:34 for Gecode by doxygen 1.8.9.1
distinct.hh File Reference

(Revision: 12423)

Go to the source code of this file.

Classes

class  Gecode::Int::Distinct::Val< View >
 Naive value distinct propagator. More...
 
class  Gecode::Int::Distinct::Bnd< View >
 Bounds consistent distinct propagator. More...
 
class  Gecode::Int::Distinct::Graph< View >
 View-value graph for propagation. More...
 
class  Gecode::Int::Distinct::DomCtrl< View >
 Propagation controller for domain consistent distinct. More...
 
class  Gecode::Int::Distinct::Dom< View >
 Domain consistent distinct propagator. More...
 
class  Gecode::Int::Distinct::TerDom< View >
 Ternary domain consistent distinct propagator. More...
 

Namespaces

 Gecode::Int::Distinct
 Distinct propagators
 
 Gecode
 Gecode toplevel namespace
 
 Gecode::Int
 Finite domain integers.
 

Functions

template<class View , bool complete>
ExecStatus Gecode::Int::Distinct::prop_val (Space &home, ViewArray< View > &)
 Eliminate singletons by naive value propagation. More...
 
template<class View >
ExecStatus Gecode::Int::Distinct::prop_bnd (Space &home, ViewArray< View > &x, int &min_x, int &max_x)
 Perform bounds consistent distinct propagation. More...
 
template<class View >
ExecStatus Gecode::Int::Distinct::prop_bnd (Space &home, ViewArray< View > &x)
 Perform bounds consistent distinct propagation. More...