Reducing the Vertex Cover Number via Edge Contractions
Paloma T. Lima, Vinicius F. dos Santos, Ignasi Sau, U\'everton S., Souza, Prafullkumar Tale

TL;DR
This paper investigates the computational complexity of reducing the vertex cover number through edge contractions, proving W[1]-hardness, NP-hardness in specific cases, and providing an improved XP algorithm.
Contribution
It establishes the W[1]-hardness of CONTRACTION(vc) parameterized by k+d, proves NP-hardness when k=d, and offers a more efficient XP algorithm for the problem.
Findings
CONTRACTION(vc) is W[1]-hard parameterized by k+d.
Deciding if k=d is NP-hard.
An improved XP algorithm with time 2^{O(d)} * n^{k - d + O(1)}.
Abstract
The CONTRACTION(vc) problem takes as input a graph on vertices and two integers and , and asks whether one can contract at most edges to reduce the size of a minimum vertex cover of by at least . Recently, Lima et al. [JCSS 2021] proved, among other results, that unlike most of the so-called blocker problems, CONTRACTION(vc) admits an XP algorithm running in time . They left open the question of whether this problem is FPT under this parameterization. In this article, we continue this line of research and prove the following results: 1. CONTRACTION(vc) is W[1]-hard parameterized by . Moreover, unless the ETH fails, the problem does not admit an algorithm running in time for any function . In particular, this answers the open question stated in Lima et al. [JCSS 2021] in the negative. 2. It is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
