element.hh File Reference
#include <gecode/set.hh>
#include <gecode/int/idx-view.hh>
#include <gecode/int/element.hh>
#include <gecode/set/rel.hh>
#include <gecode/set/rel-op.hh>
#include <gecode/set/element/inter.hpp>
#include <gecode/set/element/union.hpp>
#include <gecode/set/element/unionConst.hpp>
#include <gecode/set/element/disjoint.hpp>
Go to the source code of this file.
Classes | |
class | Gecode::Int::ViewToVarArg< Gecode::Set::SetView > |
VarArg type for Set views. More... | |
class | Gecode::Int::ViewToVarArg< Gecode::Set::SingletonView > |
VarArg type for singleton views. More... | |
class | Gecode::Set::Element::ElementIntersection< View, View0, View1 > |
Propagator for element with intersection More... | |
class | Gecode::Set::Element::ElementUnion< View, View0, View1 > |
Propagator for element with union More... | |
class | Gecode::Set::Element::ElementUnionConst< SView, RView > |
Propagator for element with union of constant sets More... | |
class | Gecode::Set::Element::ElementDisjoint< SView, RView > |
Propagator for element with disjointness More... | |
Namespaces | |
namespace | Gecode |
Gecode toplevel namespace | |
namespace | Gecode::Int |
Finite domain integers. | |
namespace | Gecode::Set |
Finite integer sets. | |
namespace | Gecode::Set::Element |
Set element propagators |