# PTAS and Exact Algorithms for $r$-Gathering Problems on Tree

**Authors:** Soh Kumabe, Takanori Maehara

arXiv: 1907.04087 · 2019-07-10

## TL;DR

This paper presents a Polynomial-Time Approximation Scheme (PTAS) and exact algorithms for the r-gathering problem on trees, improving understanding of solutions for this NP-hard facility location variant.

## Contribution

It introduces a PTAS for the r-gathering problem on trees and provides exact polynomial algorithms for certain variants, advancing solution methods for this NP-hard problem.

## Key findings

- Developed a PTAS for r-gathering on trees.
- Provided exact polynomial algorithms for specific variants.
- Extended the understanding of r-gathering problem solutions on tree metrics.

## Abstract

r-gathering problem is a variant of facility location problems. In this problem, we are given a set of users and a set of facilities on same metric space. We open some of the facilities and assign each user to an open facility, so that at least r users are assigned to every open facility. We aim to minimize the maximum distance between user and assigned facility. In general, this problem is NP-hard and admit an approximation algorithm with factor 3. It is known that the problem does not admit any approximation algorithm within a factor less than 3. In our another paper, we proved that this problem is NP-hard even on spider, which is a special case of tree metric. In this paper, we concentrate on the problems on a tree. First, we give a PTAS for r-gathering problem on a tree. Furthermore, we give PTAS for some variants of the problems on a tree, and also give exact polynomial-time algorithms for another variants of r-gathering problem on a tree.

## Full text

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

## References

11 references — full list in the complete paper: https://tomesphere.com/paper/1907.04087/full.md

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