Minimum Sum Set Cover: Structures and Algorithm
Abstract
A set cover of a hypergraph 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 is a graph, this is the minimum sum vertex cover problem. A solution is specified by a set cover together with an ordering of its vertices. While the classical set cover problem seeks to minimize , 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~ and be? We prove an upper bound , and show that for any positive~, there exists a hypergraph on vertices with and . For graphs, we obtain stronger bounds: we prove~, improving the bound of Liu et al.\ [Theor. Comput. Sci., 2025], and we construct graphs with~, 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~, extending the algorithm of Liu et al.\ for graphs (i.e., rank-two hypergraphs).
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}
}