Generated on Fri Oct 6 16:26:45 2006 for Gecode/J by doxygen 1.4.7

Distinctness constraints
[Using finite integer sets]


Functions

static synchronized void org::gecode::Gecode.atmostOne (JavaSpace home, VarArray<?extends SetVar > x, long 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$.
static synchronized void org::gecode::Gecode.distinct (JavaSpace home, VarArray<?extends SetVar > x, long c)
 Post propagator for $\forall 0\leq i\leq |x| : |x_i|=c$ and $\forall 0\leq i<j\leq |x| : x_i\neq x_j$.


Function Documentation

static synchronized void org.gecode.Gecode.atmostOne ( JavaSpace  home,
VarArray<?extends SetVar x,
long  c 
) [static, inherited]

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 2274 of file Gecode.java.

static synchronized void org.gecode.Gecode.distinct ( JavaSpace  home,
VarArray<?extends SetVar x,
long  c 
) [static, inherited]

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

Definition at line 2280 of file Gecode.java.