English

Parallel Approximation Algorithms for Facility-Location Problems

Data Structures and Algorithms 2010-06-11 v1 Distributed, Parallel, and Cluster Computing

Abstract

This paper presents the design and analysis of parallel approximation algorithms for facility-location problems, including \NC\NC and \RNC\RNC algorithms for (metric) facility location, kk-center, kk-median, and kk-means. These problems have received considerable attention during the past decades from the approximation algorithms community, concentrating primarily on improving the approximation guarantees. In this paper, we ask, is it possible to parallelize some of the beautiful results from the sequential setting? Our starting point is a small, but diverse, subset of results in approximation algorithms for facility-location problems, with a primary goal of developing techniques for devising their efficient parallel counterparts. We focus on giving algorithms with low depth, near work efficiency (compared to the sequential versions), and low cache complexity. Common in algorithms we present is the idea that instead of picking only the most cost-effective element, we make room for parallelism by allowing a small slack (e.g., a (1+\vareps)(1+\vareps) factor) in what can be selected---then, we use a clean-up step to ensure that the behavior does not deviate too much from the sequential steps. All the algorithms we developed are ``cache efficient'' in that the cache complexity is bounded by O(w/B)O(w/B), where ww is the work in the EREW model and BB is the block size.

Keywords

Cite

@article{arxiv.1006.1923,
  title  = {Parallel Approximation Algorithms for Facility-Location Problems},
  author = {Guy E. Blelloch and Kanat Tangwongsan},
  journal= {arXiv preprint arXiv:1006.1923},
  year   = {2010}
}
R2 v1 2026-06-21T15:34:12.816Z