Generated on Wed Nov 1 15:05:06 2006 for Gecode by doxygen 1.4.5

Relation constraints
[Using finite integer sets]

Collaboration diagram for Relation constraints:


Functions

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


Function Documentation

void Gecode::rel Space *  home,
SetVar  x,
SetRelType  r,
SetVar  y
 

Post propagator for $ x \sim_r y$.

Definition at line 148 of file rel.cc.

void Gecode::rel Space *  home,
SetVar  x,
SetRelType  r,
SetVar  y,
BoolVar  b
 

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

Definition at line 174 of file rel.cc.

void Gecode::rel Space *  home,
SetVar  s,
SetRelType  r,
IntVar  x
 

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

Definition at line 153 of file rel.cc.

void Gecode::rel Space *  home,
IntVar  x,
SetRelType  r,
SetVar  s
 

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

Definition at line 160 of file rel.cc.

void Gecode::rel Space *  home,
SetVar  s,
SetRelType  r,
IntVar  x,
BoolVar  b
 

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

Definition at line 179 of file rel.cc.

void Gecode::rel Space *  home,
IntVar  x,
SetRelType  r,
SetVar  s,
BoolVar  b
 

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

Definition at line 186 of file rel.cc.

void Gecode::rel Space *  home,
SetVar  s,
IntRelType  r,
IntVar  x
 

Post propagator for $\forall i\in s:\ i \sim_r x$.

Definition at line 34 of file int.cc.

void Gecode::rel Space *  home,
IntVar  x,
IntRelType  r,
SetVar  s
 

Post propagator for $\forall i\in s:\ x \sim_r i$.

Definition at line 90 of file int.cc.