Generated on Tue Sep 25 2012 20:53:19 for Gecode by doxygen 1.7.5
distinct.hh File Reference

(Revision: 12423)

Go to the source code of this file.

Classes

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

Namespaces

namespace  Gecode::Int::Distinct
 

Distinct propagators


namespace  Gecode
 

Gecode toplevel namespace


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.
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.
template<class View >
ExecStatus Gecode::Int::Distinct::prop_bnd (Space &home, ViewArray< View > &x)
 Perform bounds consistent distinct propagation.