
TL;DR
This paper introduces the Solidarity Cover Problem (SCP), analyzing its computational complexity, approximation bounds, and providing a bicriteria approximation scheme, with implications for related graph problems like the Domatic Number Problem.
Contribution
The paper formalizes SCP, establishes its hardness, relates it to the Domatic Number Problem, and proposes approximation algorithms including a bicriteria scheme for Euclidean spaces.
Findings
SCP is NP-hard even in Euclidean 2D.
Approximation bounds for partition size and radius are established.
A bicriteria approximation scheme achieves a (1/16,2) approximation.
Abstract
Various real-world problems consist of partitioning a set of locations into disjoint subsets, each subset spread in a way that it covers the whole set with a certain radius. Given a finite set S, a metric d, and a radius r, define a subset (of S) S' to be an r-cover if and only if forall s in S there exists s' in S' such that d(s,s') is less or equal to r. We examine the problem of determining whether there exist m disjoint r-covers, naming it the Solidarity Cover Problem (SCP). We consider as well the related optimization problems of maximizing the number of r-covers, referred to as the partition size, and minimizing the radius. We analyze the relation between the SCP and a graph problem known as the Domatic Number Problem (DNP), both hard problems in the general case. We show that the SCP is hard already in the Euclidean 2D setting, implying hardness of the DNP already in the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Vehicle Routing Optimization Methods
