5.238. nvalue
| DESCRIPTION | LINKS | GRAPH | AUTOMATON |
- Origin
- Constraint
- Synonyms
, .
- Arguments
- Restrictions
- Purpose
is the number of distinct values taken by the variables of the collection .
- Example
-
The constraint holds since its first argument is set to the number of distinct values occurring within the collection .
- Symmetries
Items of are permutable.
All occurrences of two distinct values of can be swapped; all occurrences of a value of can be renamed to any unused value.
- Usage
A classical example from the early 1850s is the dominating queens chess puzzle problem: Place a number of queens on a by chessboard in such a way that all squares are either attacked by a queen or are occupied by a queen. A queen can attack all squares located on the same column, on the same row or on the same diagonal. PartΒ (A) of FigureΒ 5.238.1 illustrates a set of five queens which together attack all of the squares of an 8 by 8 chessboard. The dominating queens problem can be modelled as one single constraint:
We first label the different squares of the chessboard from 1 to .
We then associate to each square of the chessboard a domain variable. Its initial domain is set to the numbers of the squares that can be attacked from . For instance, in the context of an 8 by 8 chessboard, the initial domain of will be set to {2,5,8,11,13,15,20..22,25..32,36..38,43,45,47,50,53,56,57,61} (see the green squares of partΒ (B) of FigureΒ 5.238.1).
Finally, we post the constraint where is a domain variable in that gives the total number of queens used for controlling all squares of the chessboard. For the solution depicted by PartΒ (A) of FigureΒ 5.238.1, the number in each square of PartΒ (C) of FigureΒ 5.238.1 gives the value assigned to the corresponding variable. Note that, since a given square can be attacked by several queens, we have also other assignments corresponding to the solution depicted by PartΒ (A) of FigureΒ 5.238.1.
Figure 5.238.1. Modelling the dominating queens problem with one single constraint

The constraint occurs also in many practical applications. In the context of timetabling one wants to set up a limit on the maximum number of activity types it is possible to perform. For frequency allocation problems, one optimisation criteria corresponds to the fact that you want to minimise the number of distinct frequencies that you use all over the entire network. The constraint generalises several constraints like:
- Remark
This constraint appears inΒ [PachetRoy99] under the name of Cardinality on Attributes Values. The constraint is called in JaCoP (http://www.jacop.eu/). A constraint called enforcing that a set of variables takes at least distinct values appears in the PhD thesis of J.-C.Β RΓ©ginΒ [Regin95].
It was shown inΒ [BessiereHebrardHnichWalshO4] that, finding out whether a constraint has a solution or not is NP-hard. This was achieved by reduction from 3-SAT. In the same article, it is also shown, by reduction from minimum hitting set cardinality, that computing a sharp lower bound on is NP-hard.
Both reformulations of the constraint and of the constraint use the constraint.
- Algorithm
A first filtering algorithm for the constraint was described inΒ [Beldiceanu01]. Assuming that the minimum value of variable is not constrained at all, two algorithms that both achieve bound-consistency were provided one year later inΒ [BeldiceanuCarlssonThiel02]. Under the same assumption, algorithms that partially take into account holes in the domains of the variables of the collection are described inΒ [BeldiceanuCarlssonThiel02], [BessiereHebrardHnichKiziltanWalsh05].
- Reformulation
A model, involving linear inequalities constraints, preserving bound-consistency was introduced inΒ [BessiereKatsirelosNarodytskaQuimperWalsh10CP].
- Systems
- Used in
- See also
-
common keyword: , , , , , Β (counting constraint), Β (counting constraint,number of distinct values).
cost variant: Β (introduce a weight for each value and replace number of distinct values by sum of weights associated with distinct values).
generalisation: Β ( replaced by ), Β ( replaced by ), Β ( replaced by ), Β ( replaced by of ), Β (replace an equality with the number of distinct values by a comparison with the number of distinct values), Β (variable replaced by vector).
implies: Β ( replaced by ), Β ( replaced by ).
related: Β (restrict number of distinct colours on each maximum clique of the interval graph associated with the tasks), Β (restrict number of distinct colours on each maximum clique of the interval graph associated with the tasks assigned to the same machine), , Β (necessary condition for two overlapping constraints), .
soft variant: Β (value 0 is ignored).
specialisation: Β (enforce to have one single value), Β (enforce a number of distinct values equal to the number of variables), Β (enforce to have at least two distinct values).
- Keywords
characteristic of a constraint: core, automaton, automaton with array of counters.
complexity: 3-SAT, minimum hitting set cardinality.
constraint type: counting constraint, value partitioning constraint.
filtering: bound-consistency, convex bipartite graph.
final graph structure: strongly connected component, equivalence.
modelling: number of distinct equivalence classes, number of distinct values.
- Arc input(s)
- Arc generator
-
- Arc arity
- Arc constraint(s)
- Graph property(ies)
-
- Graph class
-
- Graph model
PartsΒ (A) andΒ (B) of FigureΒ 5.238.2 respectively show the initial and final graph associated with the Example slot. Since we use the graph property we show the different strongly connected components of the final graph. Each strongly connected component corresponds to a value that is assigned to some variables of the collection. The 4 following values 1, 3, 6 and 7 are used by the variables of the collection.
Figure 5.238.2. Initial and final graph of the constraint


(a) (b)
- Automaton
FigureΒ 5.238.3 depicts the automaton associated with the constraint. To each item of the collection corresponds a signature variable that is equal to 0.
Figure 5.238.3. Automaton of the constraint
