English

Minimum sum vertex cover: kernelization and parameterized algorithms

Data Structures and Algorithms 2024-04-16 v2

Abstract

Given an ordering of the vertices of a graph, the cost of covering an edge is the smaller number of its two ends. The minimum sum vertex cover problem asks for an ordering that minimizes the total cost of covering all edges. We consider parameterized complexity of this problem, using the largest cost~kk of covering a single edge as the parameter. Note that the first kk vertices form a (not necessarily minimal) vertex cover of the graph, and the ordering of vertices after kk is irrelevant. We present a (k2+2k)(k^2 + 2 k)-vertex kernel and an O(m+2kk!k4)O(m + 2^kk! k^4)-time algorithm for the minimum sum vertex cover problem, where mm is the size of the input graph. Since our parameter~kk is polynomially bounded by the vertex cover number of the input graph, our results also apply to that parameterization.

Keywords

Cite

@article{arxiv.2403.18497,
  title  = {Minimum sum vertex cover: kernelization and parameterized algorithms},
  author = {Yixin Cao and Ling Gai and Jingyi Liu and Jianxin Wang},
  journal= {arXiv preprint arXiv:2403.18497},
  year   = {2024}
}