TaskModelIntNValues Number of values constraints GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::nvalues (Home home, const IntVarArgs &x, IntRelType irt, int y, IntConLevel icl=ICL_DEF) nvalues Home home const IntVarArgs & x IntRelType irt int y IntConLevel icl ICL_DEF Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::nvalues (Home home, const IntVarArgs &x, IntRelType irt, IntVar y, IntConLevel icl=ICL_DEF) nvalues Home home const IntVarArgs & x IntRelType irt IntVar y IntConLevel icl ICL_DEF Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::nvalues (Home home, const BoolVarArgs &x, IntRelType irt, int y, IntConLevel icl=ICL_DEF) nvalues Home home const BoolVarArgs & x IntRelType irt int y IntConLevel icl ICL_DEF Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::nvalues (Home home, const BoolVarArgs &x, IntRelType irt, IntVar y, IntConLevel icl=ICL_DEF) nvalues Home home const BoolVarArgs & x IntRelType irt IntVar y IntConLevel icl ICL_DEF Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\sim_{irt} y$. 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.