Capacitated Dominating Set on Planar Graphs
Amariah Becker

TL;DR
This paper introduces a polynomial-time approximation scheme for the Capacitated Domination problem on unweighted planar graphs with bounded capacities and demands, extending to related Capacitated Vertex Cover, addressing complexity challenges.
Contribution
It provides the first efficient approximation scheme for capacitated domination on planar graphs with bounded parameters, improving previous complexity limitations.
Findings
Polynomial-time approximation scheme developed
Applicable to unweighted planar graphs with bounded capacities
Extension to Capacitated Vertex Cover demonstrated
Abstract
Capacitated Domination generalizes the classic Dominating Set problem by specifying for each vertex a required demand and an available capacity for covering demand in its closed neighborhood. The objective is to find a minimum-sized set of vertices that can cover all of the graph's demand without exceeding any of the capacities. In this paper we look specifically at domination with hard-capacities, where the capacity and cost of a vertex can contribute to the solution at most once. Previous complexity results suggest that this problem cannot be solved (or even closely approximated) efficiently in general. In this paper we present a polynomial-time approximation scheme for Capacitated Domination in unweighted planar graphs when the maximum capacity and maximum demand are bounded. We also show how this result can be extended to the closely-related Capacitated Vertex Cover problem.
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 · Optimization and Search Problems
