rafark
Elite Member
- Jan 15, 2013
- 3,249
- 1,979
Let's say I have set A, B, C and D (this can vary). I want to perform an intersection of A, B and C and the result of that I want to get a subset based on D (d is a fixed quantity, for example, d wants exactly 3 items, which would be a subset of the result of the intersections of the other sets).
What's the name of this? What should I call the class that performs these operations? I was thinking SubsetOfSets, but sometimes the class should only perform an intersection without getting a fixed number of items (subsets).
I'm reading about sets theory and the naming it's a little confusing.
What's the name of this? What should I call the class that performs these operations? I was thinking SubsetOfSets, but sometimes the class should only perform an intersection without getting a fixed number of items (subsets).
I'm reading about sets theory and the naming it's a little confusing.