Question 13
Consider the following approximation algorithm for the weighted vertex cover problem.
1: Solve the relaxed linear program corresponding to the given problem:
2:
3: return
Based on the above data, answer the given subquestions.
We still get a valid solution, and the algorithm remains a 2-approximation.
We still get a valid solution, and the algorithm becomes a 3-approximation.
We may no longer get a valid solution.