Generated on Thu Feb 14 2013 20:59:49 for Gecode by doxygen 1.8.3.1
dom.cpp File Reference

(Revision: 10365)

#include <gecode/int/dom.hh>
#include <gecode/int/rel.hh>

Go to the source code of this file.

Namespaces

namespace  Gecode
 Gecode toplevel namespace
 

Functions

void Gecode::dom (Home home, IntVar x, int n, IntConLevel icl=ICL_DEF)
 Propagates $x=n$. More...
 
void Gecode::dom (Home home, const IntVarArgs &x, int n, IntConLevel icl=ICL_DEF)
 Propagates $ x_i=n$ for all $0\leq i<|x|$. More...
 
void Gecode::dom (Home home, IntVar x, int l, int m, IntConLevel icl=ICL_DEF)
 Propagates $ l\leq x\leq m$. More...
 
void Gecode::dom (Home home, const IntVarArgs &x, int l, int m, IntConLevel icl=ICL_DEF)
 Propagates $ l\leq x_i\leq m$ for all $0\leq i<|x|$. More...
 
void Gecode::dom (Home home, IntVar x, const IntSet &s, IntConLevel icl=ICL_DEF)
 Propagates $ x\in s $. More...
 
void Gecode::dom (Home home, const IntVarArgs &x, const IntSet &s, IntConLevel icl=ICL_DEF)
 Propagates $ x_i\in s$ for all $0\leq i<|x|$. More...
 
void Gecode::dom (Home home, IntVar x, int n, BoolVar b, IntConLevel icl=ICL_DEF)
 Post domain consistent propagator for $ (x=n) \Leftrightarrow b$. More...
 
void Gecode::dom (Home home, IntVar x, int l, int m, BoolVar b, IntConLevel icl=ICL_DEF)
 Post domain consistent propagator for $ (l\leq x \leq m) \Leftrightarrow b$. More...
 
void Gecode::dom (Home home, IntVar x, const IntSet &s, BoolVar b, IntConLevel icl=ICL_DEF)
 Post domain consistent propagator for $ (x \in s) \Leftrightarrow b$. More...