element.cc File Reference
(Revision: 7339)
#include "gecode/set/element.hh"
Go to the source code of this file.
Namespaces | |
namespace | Gecode |
Functions | |
void | Gecode::elementsUnion (Space *home, const SetVarArgs &x, SetVar y, SetVar z) |
Post propagator for . | |
void | Gecode::elementsUnion (Space *home, const IntSetArgs &s, SetVar y, SetVar z) |
Post propagator for . | |
void | Gecode::elementsInter (Space *home, const SetVarArgs &x, SetVar y, SetVar z) |
Post propagator for using as universe. | |
void | Gecode::elementsInter (Space *home, const SetVarArgs &x, SetVar y, SetVar z, const IntSet &u) |
Post propagator for using u as universe. | |
void | Gecode::elementsDisjoint (Space *home, const SetVarArgs &x, SetVar y) |
Post propagator for . | |
void | Gecode::element (Space *home, const SetVarArgs &x, IntVar y, SetVar z) |
Post propagator for . | |
void | Gecode::element (Space *home, const IntSetArgs &s, IntVar y, SetVar z) |
Post propagator for . |