English

Conditionally Tight Algorithms for Maximum k-Coverage and Partial k-Dominating Set via Arity-Reducing Hypercuts

Data Structures and Algorithms 2026-01-26 v1

Abstract

We revisit the classic Maximum kk-Coverage problem: Determine the largest number tt of elements that can be covered by choosing kk sets from a given family F={S1,,Sn}\mathcal{F} = \{S_1,\dots, S_n\} of a size-uu universe. A notable special case is Partial kk-Dominating Set, where one chooses kk vertices in a graph to maximize the number of dominated vertices. Extensive research has established strong hardness results for various aspects of Maximum kk-Coverage, such as tight inapproximability results, W[2]W[2]-hardness, and a conditionally tight worst-case running time of nk±o(1)n^{k\pm o(1)}. In this paper we ask: (1) Can this time bound be improved for small tt, at least for Partial kk-Dominating Set, ideally to time~tk±O(1)t^{k\pm O(1)}? (2) More ambitiously, can we even determine the best-possible running time of Maximum kk-Coverage with respect to the perhaps most natural parameters: the universe size uu, the maximum set size ss, and the maximum frequency ff? We successfully resolve both questions. (1) We give an algorithm that solves Partial kk-Dominating Set in time O(nt+t2ω3k+O(1))O(nt + t^{\frac{2\omega}{3} k+O(1)}) if ω2.25\omega \ge 2.25 and time O(nt+t32k+O(1))O(nt+ t^{\frac{3}{2} k+O(1)}) if ω2.25\omega \le 2.25, where ω2.372\omega \le 2.372 is the matrix multiplication exponent. From this we derive a time bound that is conditionally optimal, regardless of ω\omega, based on the well-established kk-clique and 3-uniform hyperclique hypotheses from fine-grained complexity. We also obtain matching upper and lower bounds for sparse graphs. To address (2) we design an algorithm for Maximum kk-Coverage running in time min{(fmin{u3,s})k+min{n,fmin{u,s}}kω/3,nk}g(k)n±O(1), \min \left\{ (f\cdot \min\{\sqrt[3]{u}, \sqrt{s}\})^k + \min\{n,f\cdot \min\{\sqrt{u}, s\}\}^{k\omega/3}, n^k\right\} \cdot g(k)n^{\pm O(1)}, and, surprisingly, further show that this complicated time bound is also conditionally optimal.

Keywords

Cite

@article{arxiv.2601.16923,
  title  = {Conditionally Tight Algorithms for Maximum k-Coverage and Partial k-Dominating Set via Arity-Reducing Hypercuts},
  author = {Nick Fischer and Marvin Künnemann and Mirza Redzic},
  journal= {arXiv preprint arXiv:2601.16923},
  year   = {2026}
}
R2 v1 2026-07-01T09:17:39.637Z