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

Relation constraints
[Using finite integer sets with complete domain representation]


Functions

void Gecode::rel (Space *home, CpltSetVar x, CpltSetRelType r, CpltSetVar y)
 Post propagator for $ x \sim_r y$.
void Gecode::rel (Space *home, CpltSetVar x, SetRelType r, CpltSetVar y)
 Post propagator for $ x \sim_r y$.


Function Documentation

GECODE_CPLTSET_EXPORT void Gecode::rel ( Space *  home,
CpltSetVar  x,
CpltSetRelType  r,
CpltSetVar  y 
)

Post propagator for $ x \sim_r y$.

Definition at line 500 of file rel.cc.

GECODE_CPLTSET_EXPORT void Gecode::rel ( Space *  home,
CpltSetVar  x,
SetRelType  r,
CpltSetVar  y 
)

Post propagator for $ x \sim_r y$.

Definition at line 524 of file rel.cc.