# Parameterized Approximation Algorithms for some Location Problems in   Graphs

**Authors:** Arne Leitert, Feodor F. Dragan

arXiv: 1706.07475 · 2017-06-26

## TL;DR

This paper presents efficient parameterized approximation algorithms with additive error for key location problems in graphs, leveraging parameters like tree-breadth and cluster diameter, which are small in many real-world networks.

## Contribution

It introduces new parameterized approximation algorithms for (Connected) r-Domination and p-Center problems with additive error bounds based on graph parameters.

## Key findings

- Constructs (connected) r-dominating sets with additive error proportional to tree-breadth or cluster diameter.
- Provides polynomial-time algorithms for (Connected) p-Center problem with similar additive approximation.
- Demonstrates relevance of parameters in real-world networks and structured graph classes.

## Abstract

We develop efficient parameterized, with additive error, approximation algorithms for the (Connected) $r$-Domination problem and the (Connected) $p$-Center problem for unweighted and undirected graphs. Given a graph $G$, we show how to construct a (connected) $\big(r + \mathcal{O}(\mu) \big)$-dominating set $D$ with $|D| \leq |D^*|$ efficiently. Here, $D^*$ is a minimum (connected) $r$-dominating set of $G$ and $\mu$ is our graph parameter, which is the tree-breadth or the cluster diameter in a layering partition of $G$. Additionally, we show that a $+ \mathcal{O}(\mu)$-approximation for the (Connected) $p$-Center problem on $G$ can be computed in polynomial time. Our interest in these parameters stems from the fact that in many real-world networks, including Internet application networks, web networks, collaboration networks, social networks, biological networks, and others, and in many structured classes of graphs these parameters are small constants.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.07475/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1706.07475/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1706.07475/full.md

---
Source: https://tomesphere.com/paper/1706.07475