Generated on Thu Apr 11 13:59:35 2019 for Gecode by doxygen 1.6.3

Relation constraints
[Using integer set variables and constraints]

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 rt, SetVar y, Reify r)
 Post propagator for $ (x \sim_{rt} y) \equiv r$.
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 rt, IntVar x, Reify r)
 Post propagator for $ (s \sim_{rt} \{x\}) \equiv r$.
void Gecode::rel (Home home, IntVar x, SetRelType rt, SetVar s, Reify r)
 Post propagator for $ (\{x\} \sim_{rt} s) \equiv r $.
void Gecode::rel (Home home, SetVar s, IntRelType rt, IntVar x)
 Post propagator for $|s|\geq 1 \land \forall i\in s:\ i \sim_{rt} x$.
void Gecode::rel (Home home, IntVar x, IntRelType rt, SetVar s)
 Post propagator for $|s|\geq 1 \land \forall i\in s:\ x \sim_{rt} i$.
void Gecode::rel (Home home, SetVar s, IntRelType rt, IntVar x, Reify r)
 Post reified propagator for $\left(|s|\geq 1 \land \forall i\in s:\ i \sim_{rt} x\right)\equiv r$.
void Gecode::rel (Home home, IntVar x, IntRelType rt, SetVar s, Reify r)
 Post reified propagator for.

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  rt,
SetVar  y,
Reify  r 
)

Post propagator for $ (x \sim_{rt} y) \equiv r$.

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  rt,
IntVar  x,
Reify  r 
)

Post propagator for $ (s \sim_{rt} \{x\}) \equiv r$.

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

Post propagator for $ (\{x\} \sim_{rt} s) \equiv r $.

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

Post propagator for $|s|\geq 1 \land \forall i\in s:\ i \sim_{rt} x$.

void Gecode::rel ( Home  home,
IntVar  x,
IntRelType  rt,
SetVar  s 
) [inline]

Post propagator for $|s|\geq 1 \land \forall i\in s:\ x \sim_{rt} i$.

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

Post reified propagator for $\left(|s|\geq 1 \land \forall i\in s:\ i \sim_{rt} x\right)\equiv r$.

void Gecode::rel ( Home  home,
IntVar  x,
IntRelType  rt,
SetVar  s,
Reify  r 
) [inline]

Post reified propagator for.