Generated on Sat Feb 7 2015 02:01:36 for Gecode by doxygen 1.8.9.1

Functions

void Gecode::member (Home home, const IntVarArgs &x, IntVar y, IntConLevel icl=ICL_DEF)
 Post domain consistent propagator for $y\in \{x_0,\ldots,x_{|x|-1}\}$. More...
 
void Gecode::member (Home home, const BoolVarArgs &x, BoolVar y, IntConLevel icl=ICL_DEF)
 Post domain consistent propagator for $y\in \{x_0,\ldots,x_{|x|-1}\}$. More...
 
void Gecode::member (Home home, const IntVarArgs &x, IntVar y, Reify r, IntConLevel icl=ICL_DEF)
 Post domain consistent propagator for $\left(y\in \{x_0,\ldots,x_{|x|-1}\}\right)\equiv r$. More...
 
void Gecode::member (Home home, const BoolVarArgs &x, BoolVar y, Reify r, IntConLevel icl=ICL_DEF)
 Post domain consistent propagator for $\left(y\in \{x_0,\ldots,x_{|x|-1}\}\right)\equiv r$. More...
 

Detailed Description

Function Documentation

void Gecode::member ( Home  home,
const IntVarArgs x,
IntVar  y,
IntConLevel   
)

Post domain consistent propagator for $y\in \{x_0,\ldots,x_{|x|-1}\}$.

Definition at line 43 of file member.cpp.

void Gecode::member ( Home  home,
const BoolVarArgs x,
BoolVar  y,
IntConLevel   
)

Post domain consistent propagator for $y\in \{x_0,\ldots,x_{|x|-1}\}$.

Definition at line 53 of file member.cpp.

void Gecode::member ( Home  home,
const IntVarArgs x,
IntVar  y,
Reify  r,
IntConLevel   
)

Post domain consistent propagator for $\left(y\in \{x_0,\ldots,x_{|x|-1}\}\right)\equiv r$.

Definition at line 63 of file member.cpp.

void Gecode::member ( Home  home,
const BoolVarArgs x,
BoolVar  y,
Reify  r,
IntConLevel   
)

Post domain consistent propagator for $\left(y\in \{x_0,\ldots,x_{|x|-1}\}\right)\equiv r$.

Definition at line 88 of file member.cpp.