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

Distinctness constraints
[Using finite integer sets]


Functions

void Gecode::atmostOne (Space *home, const SetVarArgs &x, unsigned int c)
 Post propagator for $\forall 0\leq i\leq |x| : |x_i|=c$ and $\forall 0\leq i<j\leq |x| : |x_i\cap x_j|\leq 1$.


Function Documentation

void Gecode::atmostOne ( Space *  home,
const CpltSetVarArgs &  x,
unsigned int  c 
)

Post propagator for $\forall 0\leq i\leq |x| : |x_i|=c$ and $\forall 0\leq i<j\leq |x| : |x_i\cap x_j|\leq 1$.

Definition at line 464 of file atmost.cc.