English

Multi-Level Steiner Trees

Data Structures and Algorithms 2024-09-17 v2

Abstract

In the classical Steiner tree problem, given an undirected, connected graph G=(V,E)G=(V,E) with non-negative edge costs and a set of \emph{terminals} TVT\subseteq V, the objective is to find a minimum-cost tree EEE' \subseteq E that spans the terminals. The problem is APX-hard; the best known approximation algorithm has a ratio of ρ=ln(4)+ε<1.39\rho = \ln(4)+\varepsilon < 1.39. In this paper, we study a natural generalization, the \emph{multi-level Steiner tree} (MLST) problem: given a nested sequence of terminals TT1VT_{\ell} \subset \dots \subset T_1 \subseteq V, compute nested trees EE1EE_{\ell}\subseteq \dots \subseteq E_1\subseteq E that span the corresponding terminal sets with minimum total cost. The MLST problem and variants thereof have been studied under various names including Multi-level Network Design, Quality-of-Service Multicast tree, Grade-of-Service Steiner tree, and Multi-Tier tree. Several approximation results are known. We first present two simple O()O(\ell)-approximation heuristics. Based on these, we introduce a rudimentary composite algorithm that generalizes the above heuristics, and determine its approximation ratio by solving a linear program. We then present a method that guarantees the same approximation ratio using at most 22\ell Steiner tree computations. We compare these heuristics experimentally on various instances of up to 500 vertices using three different network generation models. We also present various integer linear programming (ILP) formulations for the MLST problem, and compare their running times on these instances. To our knowledge, the composite algorithm achieves the best approximation ratio for up to =100\ell=100 levels, which is sufficient for most applications such as network visualization or designing multi-level infrastructure.

Keywords

Cite

@article{arxiv.1804.02627,
  title  = {Multi-Level Steiner Trees},
  author = {Reyan Ahmed and Patrizio Angelini and Faryad Darabi Sahneh and Alon Efrat and David Glickenstein and Martin Gronemann and Niklas Heinsohn and Stephen G. Kobourov and Richard Spence and Joseph Watkins and Alexander Wolff},
  journal= {arXiv preprint arXiv:1804.02627},
  year   = {2024}
}

Comments

This paper has been accepted in 17th International Symposium on Experimental Algorithms (SEA 2018)