Q. Set Cover. We have a universe set and a bunch of sets in the universe. (It is guaranteed that the union of all these sets will cover ). I want to cover all elements of the universe. Which sets should I choose do do this minimally?
- e.g. How many classes to visit to see all Duke students?
alg. Approximate Set Cover.
- Choose the largest available set
- Remove elements from that set from the universe
- Repeat until no element is left.