#include <gecode/set/rel-op.hh>
Go to the source code of this file.
Functions | |
void | Gecode::rel (Home home, SetOpType op, const IntVarArgs &x, SetVar y) |
void | Gecode::rel (Home home, SetOpType op, const IntVarArgs &x, const IntSet &z, SetVar y) |
void Gecode::rel | ( | Home | home, |
SetOpType | op, | ||
const IntVarArgs & | x, | ||
SetVar | y | ||
) |
Definition at line 45 of file rel-op-singleton.cpp.
void Gecode::rel | ( | Home | home, |
SetOpType | op, | ||
const IntVarArgs & | x, | ||
const IntSet & | z, | ||
SetVar | y | ||
) |
Definition at line 77 of file rel-op-singleton.cpp.