dom.cc File Reference
(Revision: 6344)
#include "gecode/set.hh"
#include "gecode/set/rel.hh"
Go to the source code of this file.
Namespaces | |
namespace | Gecode |
Functions | |
void | Gecode::dom (Space *home, SetVar x, SetRelType r, int i) |
Propagates . | |
void | Gecode::dom (Space *home, SetVar x, SetRelType r, int i, int j) |
Propagates . | |
void | Gecode::dom (Space *home, SetVar x, SetRelType r, const IntSet &s) |
Propagates . | |
void | Gecode::dom (Space *home, SetVar x, SetRelType r, int i, BoolVar b) |
Post propagator for . | |
void | Gecode::dom (Space *home, SetVar x, SetRelType r, int i, int j, BoolVar b) |
Post propagator for . | |
void | Gecode::dom (Space *home, SetVar x, SetRelType r, const IntSet &s, BoolVar b) |
Post propagator for . |