Structural Parameters, Tight Bounds, and Approximation for (k,r)-Center
Ioannis Katsikarelis, Michael Lampis, Vangelis Th. Paschos

TL;DR
This paper establishes tight bounds and algorithms for the (k,r)-Center problem across various graph parameters, providing both complexity results and approximation schemes that improve understanding and handling of the problem.
Contribution
It introduces tight complexity bounds for (k,r)-Center based on parameters like clique-width and tree-depth, and offers FPT approximation algorithms that bypass W-hardness.
Findings
Algorithm with $O^*((3r+1)^{cw})$ time matching SETH lower bound.
W[1]-hardness results parameterized by vertex cover and feedback vertex set.
FPT approximation schemes for clique-width and treewidth that work independently of $k,r$.
Abstract
In -Center we are given a (possibly edge-weighted) graph and are asked to select at most vertices (centers), so that all other vertices are at distance at most from a center. In this paper we provide a number of tight fine-grained bounds on the complexity of this problem with respect to various standard graph parameters. Specifically: - For any , we show an algorithm that solves the problem in time, where is the clique-width of the input graph, as well as a tight SETH lower bound matching this algorithm's performance. As a corollary, for , this closes the gap that previously existed on the complexity of Dominating Set parameterized by . - We strengthen previously known FPT lower bounds, by showing that -Center is W[1]-hard parameterized by the input graph's vertex cover (if edge weights are…
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 · Interconnection Networks and Systems
