Simple Approximations for General Spanner Problems
Fritz B\"okler, Markus Chimani, Henning Jasper

TL;DR
This paper introduces two simple approximation algorithms for the general spanner problem, achieving the first unconditional ratio of m and an O(n log n) ratio, improving over complex existing methods.
Contribution
It presents two straightforward approximation algorithms for the general spanner problem, including the first unconditional ratio and an O(n log n) approximation, extending guarantees to broader settings.
Findings
Augmented Greedy achieves an approximation ratio of m.
Randomized Rounding yields an O(n log n) approximation.
First O(log n) approximation for bounded-degree graphs with constant demands.
Abstract
Consider a graph with n nodes and m edges, independent edge weights and lengths, and arbitrary distance demands for node pairs. The spanner problem asks for a minimum-weight subgraph that satisfies these demands via sufficiently short paths w.r.t. the edge lengths. For multiplicative alpha-spanners (where demands equal alpha times the original distances) and assuming that each edge's weight equals its length, the simple Greedy heuristic by Alth\"ofer et al. (1993) is known to yield strong solutions, both in theory and practice. To obtain guarantees in more general settings, recent approximations typically abandon this simplicity and practicality. Still, so far, there is no known non-trivial approximation algorithm for the spanner problem in its most general form. We provide two surprisingly simple approximations algorithms. In general, our Augmented Greedy achieves the first…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Vehicle Routing Optimization Methods · Advanced Graph Theory Research
