ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1006.1923
66
32

Parallel Approximation Algorithms for Facility-Location Problems

9 June 2010
G. Blelloch
Kanat Tangwongsan
ArXivPDFHTML
Abstract

This paper presents the design and analysis of parallel approximation algorithms for facility-location problems, including \NC\NC\NC and \RNC\RNC\RNC algorithms for (metric) facility location, kkk-center, kkk-median, and kkk-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)(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)O(w/B), where www is the work in the EREW model and BBB is the block size.

View on arXiv
Comments on this paper