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

Set operation/relation constraints
[Using finite integer sets]


Functions

void Gecode::rel (Space *home, SetVar x, SetOpType op, SetVar y, SetRelType r, SetVar z)
 Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.
void Gecode::rel (Space *home, SetOpType op, const SetVarArgs &x, SetVar y)
 Post propagator for $ y = \diamond_{\mathit{op}} x$.
void Gecode::rel (Space *home, SetOpType op, const SetVarArgs &x, const IntSet &z, SetVar y)
 Post propagator for $ y = \diamond_{\mathit{op}} x \diamond_{\mathit{op}} z$.
void Gecode::rel (Space *home, const IntSet &x, SetOpType op, SetVar y, SetRelType r, SetVar z)
 Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.
void Gecode::rel (Space *home, SetVar x, SetOpType op, const IntSet &y, SetRelType r, SetVar z)
 Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.
void Gecode::rel (Space *home, SetVar x, SetOpType op, SetVar y, SetRelType r, const IntSet &z)
 Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.
void Gecode::rel (Space *home, const IntSet &x, SetOpType op, SetVar y, SetRelType r, const IntSet &z)
 Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.
void Gecode::rel (Space *home, SetVar x, SetOpType op, const IntSet &y, SetRelType r, const IntSet &z)
 Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.


Function Documentation

void Gecode::rel ( Space *  home,
SetVar  x,
SetOpType  op,
SetVar  y,
SetRelType  r,
SetVar  z 
)

Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.

Definition at line 49 of file rel-op.cc.

void Gecode::rel ( Space *  home,
SetOpType  op,
const SetVarArgs &  x,
SetVar  y 
)

Post propagator for $ y = \diamond_{\mathit{op}} x$.

Definition at line 54 of file rel-op.cc.

void Gecode::rel ( Space *  home,
SetOpType  op,
const SetVarArgs &  x,
const IntSet &  z,
SetVar  y 
)

Post propagator for $ y = \diamond_{\mathit{op}} x \diamond_{\mathit{op}} z$.

Definition at line 79 of file rel-op.cc.

void Gecode::rel ( Space *  home,
const IntSet &  x,
SetOpType  op,
SetVar  y,
SetRelType  r,
SetVar  z 
)

Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.

Definition at line 51 of file rel-op-const.cc.

void Gecode::rel ( Space *  home,
SetVar  x,
SetOpType  op,
const IntSet &  y,
SetRelType  r,
SetVar  z 
)

Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.

Definition at line 59 of file rel-op-const.cc.

void Gecode::rel ( Space *  home,
SetVar  x,
SetOpType  op,
SetVar  y,
SetRelType  r,
const IntSet &  z 
)

Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.

Definition at line 158 of file rel-op-const.cc.

void Gecode::rel ( Space *  home,
const IntSet &  x,
SetOpType  op,
SetVar  y,
SetRelType  r,
const IntSet &  z 
)

Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.

Definition at line 174 of file rel-op-const.cc.

void Gecode::rel ( Space *  home,
SetVar  x,
SetOpType  op,
const IntSet &  y,
SetRelType  r,
const IntSet &  z 
)

Post propagator for $ (x \diamond_{\mathit{op}} y) \sim_r z $.

Definition at line 192 of file rel-op-const.cc.