Generated on Thu Mar 22 10:39:49 2012 for Gecode by doxygen 1.6.3

Relation constraints
[Using finite integer sets]

Functions

void Gecode::rel (Home home, SetVar x, SetRelType r, SetVar y)
 Post propagator for $ x \sim_r y$.
void Gecode::rel (Home home, SetVar x, SetRelType r, SetVar y, BoolVar b)
 Post propagator for $ (x \sim_r y) \Leftrightarrow b $.
void Gecode::rel (Home home, SetVar s, SetRelType r, IntVar x)
 Post propagator for $ s \sim_r \{x\}$.
void Gecode::rel (Home home, IntVar x, SetRelType r, SetVar s)
 Post propagator for $ \{x\} \sim_r s$.
void Gecode::rel (Home home, SetVar s, SetRelType r, IntVar x, BoolVar b)
 Post propagator for $ (s \sim_r \{x\}) \Leftrightarrow b $.
void Gecode::rel (Home home, IntVar x, SetRelType r, SetVar s, BoolVar b)
 Post propagator for $ (\{x\} \sim_r s) \Leftrightarrow b $.
void Gecode::rel (Home home, SetVar s, IntRelType r, IntVar x)
 Post propagator for $|s|\geq 1 \land \forall i\in s:\ i \sim_r x$.
void Gecode::rel (Home home, IntVar x, IntRelType r, SetVar s)
 Post propagator for $|s|\geq 1 \land \forall i\in s:\ x \sim_r i$.

Function Documentation

void Gecode::rel ( Home  home,
SetVar  x,
SetRelType  r,
SetVar  y 
)

Post propagator for $ x \sim_r y$.

void Gecode::rel ( Home  home,
SetVar  x,
SetRelType  r,
SetVar  y,
BoolVar  b 
)

Post propagator for $ (x \sim_r y) \Leftrightarrow b $.

void Gecode::rel ( Home  home,
SetVar  s,
SetRelType  r,
IntVar  x 
)

Post propagator for $ s \sim_r \{x\}$.

void Gecode::rel ( Home  home,
IntVar  x,
SetRelType  r,
SetVar  s 
)

Post propagator for $ \{x\} \sim_r s$.

void Gecode::rel ( Home  home,
SetVar  s,
SetRelType  r,
IntVar  x,
BoolVar  b 
)

Post propagator for $ (s \sim_r \{x\}) \Leftrightarrow b $.

void Gecode::rel ( Home  home,
IntVar  x,
SetRelType  r,
SetVar  s,
BoolVar  b 
)

Post propagator for $ (\{x\} \sim_r s) \Leftrightarrow b $.

void Gecode::rel ( Home  home,
SetVar  s,
IntRelType  r,
IntVar  x 
)

Post propagator for $|s|\geq 1 \land \forall i\in s:\ i \sim_r x$.

void Gecode::rel ( Home  home,
IntVar  x,
IntRelType  r,
SetVar  s 
)

Post propagator for $|s|\geq 1 \land \forall i\in s:\ x \sim_r i$.