Generated on Wed Jan 4 17:49:15 2006 for Gecode by doxygen 1.4.6

distinct.cc File Reference

(Revision: 2072)

#include "int/distinct.hh"

Go to the source code of this file.

Namespaces

namespace  Gecode

Functions

void Gecode::distinct (Space *home, const IntVarArgs &x, IntConLevel icl=ICL_DEF)
 Post propagator for $ x_i\neq x_j$ for all $0\leq i\neq j<|x|$.
void Gecode::distinct (Space *home, const IntArgs &n, const IntVarArgs &x, IntConLevel icl=ICL_DEF)
 Post propagator for $ x_i+n_i\neq x_j+n_j$ for all $0\leq i\neq j<|x|$.