combinationsthat
Combinationsthat is a label that may appear in informal mathematics and computer science to refer to the set of all k-element combinations that meet a specified condition. It is not a widely standardized term, but it is used to describe a predicate-driven approach to selecting subsets from a finite ground set.
Formal definition: Let S be a finite set with n elements, k an integer with 0 ≤ k
Examples: If S = {1, 2, 3, 4}, k = 2, and P(T) asserts that the sum of the
Computation and applications: Enumerating combinationsthat is a common subproblem in combinatorial optimization and constraint satisfaction. Algorithms
See also: combinatorics, k-combinations, constrained subset selection.