Generated on Mon Aug 25 11:35:47 2008 for Gecode by doxygen 1.5.6

Relation constraints
[Using finite integer sets]


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 $|s|\geq 1 \land \forall i\in s:\ i \sim_r x$.
void Gecode::rel (Space *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 ( Space *  home,
SetVar  x,
SetRelType  r,
SetVar  y 
)

Post propagator for $ x \sim_r y$.

Definition at line 151 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 177 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 156 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 163 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 182 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 189 of file rel.cc.

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

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

Definition at line 50 of file int.cc.

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

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

Definition at line 108 of file int.cc.