Generated on Wed Jan 24 2018 21:22:26 for Gecode by doxygen 1.8.13

Functions

void Gecode::nvalues (Home home, const IntVarArgs &x, IntRelType irt, int y, IntPropLevel ipl=IPL_DEF)
 Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$. More...
 
void Gecode::nvalues (Home home, const IntVarArgs &x, IntRelType irt, IntVar y, IntPropLevel ipl=IPL_DEF)
 Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$. More...
 
void Gecode::nvalues (Home home, const BoolVarArgs &x, IntRelType irt, int y, IntPropLevel ipl=IPL_DEF)
 Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$. More...
 
void Gecode::nvalues (Home home, const BoolVarArgs &x, IntRelType irt, IntVar y, IntPropLevel ipl=IPL_DEF)
 Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$. More...
 

Detailed Description

The number of values constraints perform propagation following: C. Bessiere, E. Hebrard, B. Hnich, Z. Kiziltan, and T. Walsh, Filtering Algorithms for the NValue Constraint, Constraints, 11(4), 271-293, 2006.

Function Documentation

◆ nvalues() [1/4]

void Gecode::nvalues ( Home  home,
const IntVarArgs x,
IntRelType  irt,
int  y,
IntPropLevel  ipl = IPL_DEF 
)

Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$.

Definition at line 44 of file nvalues.cpp.

◆ nvalues() [2/4]

void Gecode::nvalues ( Home  home,
const IntVarArgs x,
IntRelType  irt,
IntVar  y,
IntPropLevel  ipl = IPL_DEF 
)

Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$.

Definition at line 94 of file nvalues.cpp.

◆ nvalues() [3/4]

void Gecode::nvalues ( Home  home,
const BoolVarArgs x,
IntRelType  irt,
int  y,
IntPropLevel  ipl = IPL_DEF 
)

Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$.

Definition at line 145 of file nvalues.cpp.

◆ nvalues() [4/4]

void Gecode::nvalues ( Home  home,
const BoolVarArgs x,
IntRelType  irt,
IntVar  y,
IntPropLevel  ipl = IPL_DEF 
)

Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$.

Definition at line 193 of file nvalues.cpp.