English

Minimum Sum Set Cover: Structures and Algorithm

Discrete Mathematics 2026-05-22 v1 Data Structures and Algorithms

Abstract

A set cover of a hypergraph HH is a set of vertices intersecting every hyperedge. In the minimum sum set cover problem, vertices are selected one by one; each edge pays the position of the first vertex that hits it, and the objective is to minimize the total cost. When HH is a graph, this is the minimum sum vertex cover problem. A solution is specified by a set cover SS together with an ordering of its vertices. While the classical set cover problem seeks to minimize S|S|, the minimum sum variant favors covering many edges early and may prefer larger covers. This motivates a natural question: how large can the gap between~τ\overrightarrow{\tau} and τ\tau be? We prove an upper bound ττlog2E(H)\overrightarrow{\tau} \le \tau \log_{2} \lvert E(H)\rvert, and show that for any positive~nn, there exists a hypergraph HH on n+3n + 3 vertices with τ=3\tau=3 and τ=n\overrightarrow{\tau}=n. For graphs, we obtain stronger bounds: we prove~τ2τlog2τ\overrightarrow{\tau} \le 2\tau \log_{2} \tau, improving the bound of Liu et al.\ [Theor. Comput. Sci., 2025], and we construct graphs with~τ=Ω(τlogτloglogτ)\overrightarrow{\tau} = \Omega\left( \frac{\tau \log \tau}{\log\log \tau}\right), nearly matching this upper bound. On the algorithmic side, we show that minimum sum set cover is fixed-parameter tractable on bounded-rank hypergraphs, parameterized by~τ\overrightarrow{\tau}, extending the algorithm of Liu et al.\ for graphs (i.e., rank-two hypergraphs).

Keywords

Cite

@article{arxiv.2605.21920,
  title  = {Minimum Sum Set Cover: Structures and Algorithm},
  author = {Zhongyi Zhang and Yixin Cao},
  journal= {arXiv preprint arXiv:2605.21920},
  year   = {2026}
}