Returns the number of variables in x that take one of the values in v.
Requires exactly n variables in x to take one of the values in v.
Requires at least n variables in x to take the value v.
Requires at least n variables in x to take the value v.
Requires at most n variables in x to take the value v.
Requires at most n variables in x to take the value v.
Requires that each pair of sets in s overlap in at most one element.
Returns the number of occurrences of y in x.
Constrains c to be the number of occurrences of y in x.
Constrains c to be the number of occurrences of y in x.
Constrains c to be greater than or equal to the number of occurrences of y in x.
Constrains c to be strictly greater than the number of occurrences of y in x.
Constrains c to be less than or equal to the number of occurrences of y in x.
Constrains c to be strictly less than the number of occurrences of y in x.
Constrains c to be not equal to the number of occurrences of y in x.
Returns an array of the number of occurences of value[i] in base. The values in value need not be distinct.
Requires that card[i] is the number of occurences of value[i] in base. The values in value need not be distinct.
Requires exactly n variables in x to take the value v.
Requires exactly n variables in x to take the value v.
Returns the number of occurrences of cover[i] in x.
Requires that the number of occurrences of cover[i] in x is counts[i].
Returns an array with number of occurences of i in x.
The elements of x must take their values from cover.
Requires that the number of occurences of i in x is counts[i].
The elements of x must take their values from cover.
Requires that for all i, the value cover[i] appears at least lbound[i] and at most ubound[i] times in the array x.
Requires that for all i, the value cover[i] appears at least lbound[i] and at most ubound[i] times in the array x.
The elements of x must take their values from cover.