Approximate Light Spanners in Planar Graphs

May 30, 2025 Β· Declared Dead Β· πŸ› arXiv.org

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Hung Le, Shay Solomon, Cuong Than, Csaba D. TΓ³th, Tianyi Zhang arXiv ID 2505.24825 Category cs.DS: Data Structures & Algorithms Citations 1 Venue arXiv.org Last Checked 4 months ago
Abstract
In their seminal paper, AlthΓΆfer et al. (DCG 1993) introduced the {\em greedy spanner} and showed that, for any weighted planar graph $G$, the weight of the greedy $(1+Ξ΅)$-spanner is at most $(1+\frac{2}Ξ΅) \cdot w(MST(G))$, where $w(MST(G))$ is the weight of a minimum spanning tree $MST(G)$ of $G$. This bound is optimal in an {\em existential sense}: there exist planar graphs $G$ for which any $(1+Ξ΅)$-spanner has a weight of at least $(1+\frac{2}Ξ΅) \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 $G$ for which the greedy $(1+x Ξ΅)$-spanner (for any $1\leq x = O(Ξ΅^{-1/2})$) has a weight of $Ξ©(\frac{1}{Ξ΅\cdot x^2})\cdot w(G_{OPT, Ξ΅})$, where $G_{OPT, Ξ΅}$ is a $(1+Ξ΅)$-spanner of $G$ 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 $G$, a $(1+Ξ΅\cdot 2^{O(\log^* 1/Ξ΅)})$-spanner for $G$ of total weight $O(1)\cdot w(G_{OPT, Ξ΅})$. To achieve this result, we develop a new technique, which we refer to as {\em iterative planar pruning}. It iteratively modifies a spanner [...]
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted