Generated on Mon May 5 05:54:07 2008 for Gecode by doxygen 1.5.5

channel.cc File Reference

(Revision: 6288)

#include "gecode/int/channel.hh"

Go to the source code of this file.

Namespaces

namespace  Gecode

Functions

void Gecode::channel (Space *home, const IntVarArgs &x, const IntVarArgs &y, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF)
 Post propagator for $ x_i = j\leftrightarrow y_j=i$ for all $0\leq i<|x|$.
void Gecode::channel (Space *home, BoolVar x0, IntVar x1, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF)
 Post propagator for channeling a Boolean and an integer variable $ x_0 = x_1$.
void Gecode::channel (Space *home, const BoolVarArgs &x, IntVar y, int o=0, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF)
 Post propagator for channeling Boolean and integer variables $ x_i = 1\leftrightarrow y=i+o$.