English

Parameterized Algorithms for Minimum Sum Vertex Cover

Data Structures and Algorithms 2024-01-11 v1

Abstract

Minimum sum vertex cover of an nn-vertex graph GG is a bijection ϕ:V(G)[n]\phi : V(G) \to [n] that minimizes the cost {u,v}E(G)min{ϕ(u),ϕ(v)}\sum_{\{u,v\} \in E(G)} \min \{\phi(u), \phi(v) \}. Finding a minimum sum vertex cover of a graph (the MSVC problem) is NP-hard. MSVC is studied well in the realm of approximation algorithms. The best-known approximation factor in polynomial time for the problem is 16/916/9 [Bansal, Batra, Farhadi, and Tetali, SODA 2021]. Recently, Stankovic [APPROX/RANDOM 2022] proved that achieving an approximation ratio better than 1.0141.014 for MSVC is NP-hard, assuming the Unique Games Conjecture. We study the MSVC problem from the perspective of parameterized algorithms. The parameters we consider are the size of a minimum vertex cover and the size of a minimum clique modulator of the input graph. We obtain the following results. 1. MSVC can be solved in 22O(k)nO(1)2^{2^{O(k)}} n^{O(1)} time, where kk is the size of a minimum vertex cover. 2. MSVC can be solved in f(k)nO(1)f(k)\cdot n^{O(1)} time for some computable function ff, where kk is the size of a minimum clique modulator.

Keywords

Cite

@article{arxiv.2401.05085,
  title  = {Parameterized Algorithms for Minimum Sum Vertex Cover},
  author = {Shubhada Aute and Fahad Panolan},
  journal= {arXiv preprint arXiv:2401.05085},
  year   = {2024}
}

Comments

18 pages, 7 figures, accepted to LATIN 2024