distinct.hh File Reference
(Revision: 7285)
#include "gecode/int.hh"
#include "gecode/int/rel.hh"
#include "gecode/int/distinct/val.icc"
#include "gecode/int/distinct/bnd.icc"
#include "gecode/int/distinct/ter-dom.icc"
#include "gecode/int/distinct/dom.icc"
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::DomCtrl< View > |
Propagation controller for domain consistent distinct. More... | |
class | Gecode::Int::Distinct::DomCtrl< View >::ViewValGraph |
View-value graph for propagation. More... | |
class | Gecode::Int::Distinct::Dom< View > |
Domain consistent distinct propagator. More... | |
class | Gecode::Int::Distinct::TerDom< View > |
Ternary domain consistent distinct propagator. More... | |
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 m) |
Perform bounds consistent distinct propagation. |