On Colorful Vertex and Edge Cover Problems

August 30, 2023 Β· Declared Dead Β· πŸ› Algorithmica

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Sayan Bandyapadhyay, Aritra Banik, Sujoy Bhore arXiv ID 2308.15842 Category cs.DS: Data Structures & Algorithms Cross-listed cs.CG Citations 9 Venue Algorithmica Last Checked 4 months ago
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 $n$-vertex edge-colored graph $G$ with colors from $\{1, \ldots, Ο‰\}$ and coverage requirements $r_1, r_2, \ldots, r_Ο‰$, the goal is to find a minimum-sized set of vertices that are incident on at least $r_i$ edges of color $i$, for each $1 \le i \le Ο‰$, i.e., we need to cover at least $r_i$ edges of color $i$. 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 $r_i$ vertices of color $i$, for each $1 \le i \le Ο‰$, 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+Ξ΅)$-approximation for the Colorful Vertex Cover problem in time $n^{O(Ο‰/Ξ΅)}$. Thus, for a constant number of colors, the problem admits a $(2+Ξ΅)$-approximation in polynomial time. Next, for the Colorful Edge Cover problem, we design an $O(Ο‰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.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted