Generated on Thu Mar 7 2013 10:21:47 for Gecode by doxygen 1.8.3.1
rel.cpp File Reference

(Revision: 12346)

#include <gecode/set/rel.hh>
#include <gecode/set/rel-op.hh>
#include <gecode/set/int.hh>

Go to the source code of this file.

Namespaces

namespace  Gecode
 Gecode toplevel namespace
 

Functions

template<class View0 , class View1 >
void Gecode::rel_post (Home home, View0 x0, SetRelType r, View1 x1)
 
template<class View0 , class View1 >
void Gecode::rel_re (Home home, View0 x, SetRelType r, View1 y, BoolVar b)
 
void Gecode::rel (Home home, SetVar x, SetRelType r, SetVar y)
 Post propagator for $ x \sim_r y$. More...
 
void Gecode::rel (Home home, SetVar s, SetRelType r, IntVar x)
 Post propagator for $ s \sim_r \{x\}$. More...
 
void Gecode::rel (Home home, IntVar x, SetRelType r, SetVar s)
 Post propagator for $ \{x\} \sim_r s$. More...
 
void Gecode::rel (Home home, SetVar x, SetRelType r, SetVar y, BoolVar b)
 Post propagator for $ (x \sim_r y) \Leftrightarrow b $. More...
 
void Gecode::rel (Home home, SetVar s, SetRelType r, IntVar x, BoolVar b)
 Post propagator for $ (s \sim_r \{x\}) \Leftrightarrow b $. More...
 
void Gecode::rel (Home home, IntVar x, SetRelType r, SetVar s, BoolVar b)
 Post propagator for $ (\{x\} \sim_r s) \Leftrightarrow b $. More...