Learning objectives
After this class, you should be able to:
- Given an instance of the set cover problem, show the steps involved in obtaining an approximate solution using the primal-dual algorithm given in class.
Reading assignment
- AA: Chapter 15.
Exercises and review questions
- Questions on current lecture's material
- Solve the following set cover problem using the primal-dual algorithm discussed in class. Show the steps. Also, give the value of
ffor this problem. Determine the optimal solution too, and show that the ratio of approximate solution to the optimal solution is consistent with theorem 15.3. Instance: sets{a, b, c}, {a, c}, {a, b, e}, and{b, d}with weights3, 2, 3, and2respectively.- Explain example 15.4.
- Questions on next lecture's material
- None.