Facility Location and the Geometric Minimum-Diameter Spanning Tree

  • Authors:
  • Joachim Gudmundsson;Herman J. Haverkort;Sang-Min Park;Chan-Su Shin;Alexander Wolff

  • Affiliations:
  • -;-;-;-;-

  • Venue:
  • APPROX '02 Proceedings of the 5th International Workshop on Approximation Algorithms for Combinatorial Optimization
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Let P be a set of n points in the plane. The geometric minimum-diameter spanning tree (MDST) of P is a tree that spans P and minimizes the Euclidian length of the longest path. It is known that there is always a mono- or a dipolar MDST, i.e. a MDST with one or two nodes of degree greater 1, respectively. The more difficult dipolar case can so far only be solved in slightly subcubic time.This paper has two aims. First, we present a solution to a new data structure for facility location, the minimum-sum dipolar spanning tree (MSST), that mediates between the minimum-diameter dipolar spanning tree and the discrete two-center problem (2CP) in the following sense: find two centers p and q in P that minimize the sum of their distance plus the distance of any other point (client) to the closer center. This is of interest if the two centers do not only serve their customers (as in the case of the 2CP), but frequently have to exchange goods or personnel between themselves. We show that this problem can be solved in O(n2 log n) time and that it yields a factor-4/3 approximation of the MDST.Second, we give two fast approximation schemes for the MDST. One uses a grid and takes O*(E6-1/3 + n) time, where E = 1/驴 and the O*-notation hides terms of type O(logO(1) E). The other uses the well-separated pair decomposition and takes O(nE3+En log n) time. A combination of the two approaches runs in O*(E5 + n) time. Both schemes can also be applied to MSST and 2CP.