English

Spanner Approximations in Practice

Data Structures and Algorithms 2021-07-06 v1

Abstract

A multiplicative α\alpha-spanner HH is a subgraph of G=(V,E)G=(V,E) with the same vertices and fewer edges that preserves distances up to the factor α\alpha, i.e., dH(u,v)αdG(u,v)d_H(u,v)\leq\alpha\cdot d_G(u,v) for all vertices uu, vv. While many algorithms have been developed to find good spanners in terms of approximation guarantees, no experimental studies comparing different approaches exist. We implemented a rich selection of those algorithms and evaluate them on a variety of instances regarding, e.g., their running time, sparseness, lightness, and effective stretch.

Keywords

Cite

@article{arxiv.2107.02018,
  title  = {Spanner Approximations in Practice},
  author = {Markus Chimani and Finn Stutzenstein},
  journal= {arXiv preprint arXiv:2107.02018},
  year   = {2021}
}
R2 v1 2026-06-24T03:53:57.802Z