English

Approximate Light Spanners in Planar Graphs

Data Structures and Algorithms 2025-10-23 v2

Abstract

In their seminal paper, Alth\"{o}fer et al. (DCG 1993) introduced the {\em greedy spanner} and showed that, for any weighted planar graph GG, the weight of the greedy (1+ϵ)(1+\epsilon)-spanner is at most (1+2ϵ)w(MST(G))(1+\frac{2}{\epsilon}) \cdot w(MST(G)), where w(MST(G))w(MST(G)) is the weight of a minimum spanning tree MST(G)MST(G) of GG. This bound is optimal in an {\em existential sense}: there exist planar graphs GG for which any (1+ϵ)(1+\epsilon)-spanner has a weight of at least (1+2ϵ)w(MST(G))(1+\frac{2}{\epsilon}) \cdot w(MST(G)). However, as an {\em approximation algorithm}, even for a {\em bicriteria} approximation, the weight approximation factor of the greedy spanner is essentially as large as the existential bound: There exist planar graphs GG for which the greedy (1+xϵ)(1+x \epsilon)-spanner (for any 1x=O(ϵ1/2)1\leq x = O(\epsilon^{-1/2})) has a weight of Ω(1ϵx2)w(GOPT,ϵ)\Omega(\frac{1}{\epsilon \cdot x^2})\cdot w(G_{OPT, \epsilon}), where GOPT,ϵG_{OPT, \epsilon} is a (1+ϵ)(1+\epsilon)-spanner of GG of minimum weight. Despite the flurry of works over the past three decades on approximation algorithms for spanners as well as on light(-weight) spanners, there is still no (possibly bicriteria) approximation algorithm for light spanners in weighted planar graphs that outperforms the existential bound. As our main contribution, we present a polynomial time algorithm for constructing, in any weighted planar graph GG, a (1+ϵ2O(log1/ϵ))(1+\epsilon\cdot 2^{O(\log^* 1/\epsilon)})-spanner for GG of total weight O(1)w(GOPT,ϵ)O(1)\cdot w(G_{OPT, \epsilon}). To achieve this result, we develop a new technique, which we refer to as {\em iterative planar pruning}. It iteratively modifies a spanner [...]

Keywords

Cite

@article{arxiv.2505.24825,
  title  = {Approximate Light Spanners in Planar Graphs},
  author = {Hung Le and Shay Solomon and Cuong Than and Csaba D. Tóth and Tianyi Zhang},
  journal= {arXiv preprint arXiv:2505.24825},
  year   = {2025}
}

Comments

SODA 2026, abstract shortened to meet arXiv limit

R2 v1 2026-07-01T02:51:11.907Z