Multi-Level Steiner Trees
Abstract
In the classical Steiner tree problem, given an undirected, connected graph with non-negative edge costs and a set of \emph{terminals} , the objective is to find a minimum-cost tree that spans the terminals. The problem is APX-hard; the best known approximation algorithm has a ratio of . In this paper, we study a natural generalization, the \emph{multi-level Steiner tree} (MLST) problem: given a nested sequence of terminals , compute nested trees 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 -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 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 levels, which is sufficient for most applications such as network visualization or designing multi-level infrastructure.
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)