English

Boosting Rectilinear Steiner Minimum Tree Algorithms with Augmented Bounding Volume Hierarchy

Data Structures and Algorithms 2025-03-05 v1 Computational Geometry Discrete Mathematics

Abstract

The rectilinear Steiner minimum tree (RSMT) problem computes the shortest network connecting a given set of points using only horizontal and vertical lines, possibly adding extra points (Steiner points) to minimize the total length. RSMT solvers seek to balance speed and accuracy. In this work, we design a framework to boost existing RSMT solvers, extending the Pareto front. Combined with GeoSteiner, our algorithm reaches 5.16\% length error on nets with 1000 pins. The average time needed is 0.46 seconds. This provides an effective way to solve large-scale RSMT problems with small-scale solvers.

Cite

@article{arxiv.2503.02319,
  title  = {Boosting Rectilinear Steiner Minimum Tree Algorithms with Augmented Bounding Volume Hierarchy},
  author = {Puhan Yang and Guchan Li},
  journal= {arXiv preprint arXiv:2503.02319},
  year   = {2025}
}

Comments

9 pages, 7 figures

R2 v1 2026-06-28T22:05:52.690Z