Greedy approximation for source location problem with vertex-connectivity requirements in undirected graphs

  • Authors:
  • Toshimasa Ishii

  • Affiliations:
  • Department of Information and Management Science, Otaru University of Commerce, Otaru-city, Hokkaido, Japan

  • Venue:
  • ISAAC'07 Proceedings of the 18th international conference on Algorithms and computation
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Let G = (V,E) be a simple undirected graph with a set V of vertices and a set E of edges. Each vertex v ∈ V has a demand d(v) ∈ Z+, and a cost c(v) ∈ R+, where Z+ and R+ denote the set of nonnegative integers and the set of nonnegative reals, respectively. The source location problem with vertex-connectivity requirements in a given graph G asks to find a set S of vertices minimizing Σv∈S c(v) such that there are at least d(v) pairwise vertex-disjoint paths from S to v for each vertex v ∈ V - S. It is known that the problem is not approximable within a ratio of O(ln Σv∈V d(v)), unless NP has an O(Nlog log N)-time deterministic algorithm. Also, it is known that even if every vertex has a uniform cost and d* = 4 holds, then the problem is NP-hard, where d* = max{d(v) | v ∈ V}. In this paper, we consider the problem in the case where every vertex has a uniform cost. We propose a simple greedy algorithm for delivering a max{d* + 1, 2d* - 6}-approximate solution to the problem in O(min{d*, √|V|}d*|V|2) time. Especially, in the case of d* ≤ 4, we give a tight analysis to show that it achieves an approximation ratio of 3. We also show the APX-hardness of the problem even restricted to d* ≤ 4.