The Limits of Tractability : M INV ERTEX-C OVER V 1 . 0 :

Seth Gilbert
Abstract:Today, we are talking about the MIN-VERTEX-COVER problem. MIN-VERTEX-COVER is a classic NP-hard optimization problem, and to solve it, we need to compromise. We look at three approaches. First, we consider restricting our attention to a special case: a (binary) tree. Then, we look at an exponential algorithm parameterized by the size of the vertex cover. Finally, we look at approximation algorithms (both a deterministic approach and a simple randomized approach) and analyze their approximation ratios (both are 2-approximation).
What problem does this paper attempt to address?