On the Implementation of MST-Based Heuristics for the Steiner Problem in Graphs

  • Authors:
  • Marcus Poggi de Aragão;Renato Fonseca F. Werneck

  • Affiliations:
  • -;-

  • Venue:
  • ALENEX '02 Revised Papers from the 4th International Workshop on Algorithm Engineering and Experiments
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Some of the most widely used constructive heuristics for the Steiner Problem in Graphs are based on algorithms for the Minimum Spanning Tree problem. In this paper, we examine efficient implementations of heuristics based on the classic algorithms by Prim, Kruskal, and Bor驴vka. An extensive experimental study indicates that the theoretical worst-case complexity of the algorithms give little information about their behavior in practice. Careful implementation improves average computation times not only significantly, but asymptotically. Running times for our implementations are within a small constant factor from that of Prim's algorithm for the Minimum Spanning Tree problem, suggesting that there is little room for improvement.