English

Fixed Parameter Approximations for k-Center Problems in Low Highway Dimension Graphs

Data Structures and Algorithms 2019-04-29 v3

Abstract

We consider the kk-Center problem and some generalizations. For kk-Center a set of kk center vertices needs to be found in a graph GG with edge lengths, such that the distance from any vertex of GG to its nearest center is minimized. This problem naturally occurs in transportation networks, and therefore we model the inputs as graphs with bounded highway dimension, as proposed by Abraham et al. [SODA 2010]. We show both approximation and fixed-parameter hardness results, and how to overcome them using fixed-parameter approximations, where the two paradigms are combined. In particular, we prove that for any ε>0\varepsilon>0 computing a (2ε)(2-\varepsilon)-approximation is W[2]-hard for parameter kk and NP-hard for graphs with highway dimension O(log2n)O(\log^2 n). The latter does not rule out fixed-parameter (2ε)(2-\varepsilon)-approximations for the highway dimension parameter hh, but implies that such an algorithm must have at least doubly exponential running time in hh if it exists, unless the ETH fails. On the positive side, we show how to get below the approximation factor of 22 by combining the parameters kk and hh: we develop a fixed-parameter 3/23/2-approximation with running time 2O(khlogh)nO(1)2^{O(kh\log h)}\cdot n^{O(1)}. Additionally we prove that, unless P=NP, our techniques cannot be used to compute fixed-parameter (2ε)(2-\varepsilon)-approximations for only the parameter hh. We also provide similar fixed-parameter approximations for the weighted kk-Center and (k,F)(k,\mathcal{F})-Partition problems, which generalize kk-Center.

Keywords

Cite

@article{arxiv.1605.02530,
  title  = {Fixed Parameter Approximations for k-Center Problems in Low Highway Dimension Graphs},
  author = {Andreas Emil Feldmann},
  journal= {arXiv preprint arXiv:1605.02530},
  year   = {2019}
}

Comments

A preliminary version appeared at the 42nd International Colloquium on Automata, Languages, and Programming (ICALP 2015)

R2 v1 2026-06-22T13:56:15.884Z