Generated on Wed Jan 4 17:49:15 2006 for Gecode by doxygen 1.4.6

distinct.hh File Reference

(Revision: 2190)

#include "int.hh"
#include "int/distinct/val.icc"
#include "int/distinct/bnd.icc"
#include "int/distinct/dom.icc"
#include "int/rel.hh"

Go to the source code of this file.

Namespaces

namespace  Gecode::Int::Distinct
namespace  Gecode
namespace  Gecode::Int

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::BndImp< View, shared >
 Implementation of bounds-consistent distinct propagator. More...
class  Gecode::Int::Distinct::Dom< View >
 Domain-consistent distinct propagator. More...

Functions

template<class View, bool shared>
ExecStatus Gecode::Int::Distinct::prop_bnd (Space *home, ViewArray< View > &x)
 Perform bounds-consistent distinct propagation.