English

On Colorful Vertex and Edge Cover Problems

Data Structures and Algorithms 2023-08-31 v1 Computational Geometry

Abstract

In this paper, we study two generalizations of Vertex Cover and Edge Cover, namely Colorful Vertex Cover and Colorful Edge Cover. In the Colorful Vertex Cover problem, given an nn-vertex edge-colored graph GG with colors from {1,,ω}\{1, \ldots, \omega\} and coverage requirements r1,r2,,rωr_1, r_2, \ldots, r_\omega, the goal is to find a minimum-sized set of vertices that are incident on at least rir_i edges of color ii, for each 1iω1 \le i \le \omega, i.e., we need to cover at least rir_i edges of color ii. Colorful Edge Cover is similar to Colorful Vertex Cover, except here we are given a vertex-colored graph and the goal is to cover at least rir_i vertices of color ii, for each 1iω1 \le i \le \omega, by a minimum-sized set of edges. These problems have several applications in fair covering and hitting of geometric set systems involving points and lines that are divided into multiple groups. Here, fairness ensures that the coverage (resp. hitting) requirement of every group is fully satisfied. We obtain a (2+ϵ)(2+\epsilon)-approximation for the Colorful Vertex Cover problem in time nO(ω/ϵ)n^{O(\omega/\epsilon)}. Thus, for a constant number of colors, the problem admits a (2+ϵ)(2+\epsilon)-approximation in polynomial time. Next, for the Colorful Edge Cover problem, we design an O(ωn3)O(\omega n^3) time exact algorithm, via a chain of reductions to a matching problem. For all intermediate problems in this chain of reductions, we design polynomial-time algorithms, which might be of independent interest.

Keywords

Cite

@article{arxiv.2308.15842,
  title  = {On Colorful Vertex and Edge Cover Problems},
  author = {Sayan Bandyapadhyay and Aritra Banik and Sujoy Bhore},
  journal= {arXiv preprint arXiv:2308.15842},
  year   = {2023}
}
R2 v1 2026-06-28T12:08:09.217Z