English

Strong Steiner Tree Approximations in Practice

Data Structures and Algorithms 2015-12-10 v2

Abstract

In this experimental study we consider Steiner tree approximations that guarantee a constant approximation of ratio smaller than 22. The considered greedy algorithms and approaches based on linear programming involve the incorporation of kk-restricted full components for some k3k \geq 3. For most of the algorithms, their strongest theoretical approximation bounds are only achieved for kk \to \infty. However, the running time is also exponentially dependent on kk, so only small kk are tractable in practice. We investigate different implementation aspects and parameter choices that finally allow us to construct algorithms (somewhat) feasible for practical use. We compare the algorithms against each other, to an exact LP-based algorithm, and to fast and simple 22-approximations.

Keywords

Cite

@article{arxiv.1409.8318,
  title  = {Strong Steiner Tree Approximations in Practice},
  author = {Stephan Beyer and Markus Chimani},
  journal= {arXiv preprint arXiv:1409.8318},
  year   = {2015}
}

Comments

33 pages, 7 figures, 5 tables

R2 v1 2026-06-22T06:08:50.973Z