Simple Length-Constrained Minimum Spanning Trees
D Ellis Hershkowitz, Richard Z Huang

TL;DR
This paper presents a simple randomized approach to approximate length-constrained minimum spanning trees, improving previous methods by reducing complexity and allowing a tradeoff between approximation quality and diameter loss.
Contribution
The authors introduce a straightforward sampling method that matches prior results without complex computations and enables adjustable approximation and diameter bounds.
Findings
Recovers previous approximation results with simpler methods.
Provides a tradeoff between approximation ratio and diameter loss.
Achieves poly-time polylogarithmic approximation with minimal diameter increase.
Abstract
In the length-constrained minimum spanning tree (MST) problem, we are given an -node edge-weighted graph and a length constraint . Our goal is to find a spanning tree of whose diameter is at most with minimum weight. Prior work of Marathe et al.\ gave a poly-time algorithm which repeatedly computes maximum cardinality matchings of minimum weight to output a spanning tree whose weight is -approximate with diameter . In this work, we show that a simple random sampling approach recovers the results of Marathe et al. -- no computation of min-weight max-matchings needed! Furthermore, the simplicity of our approach allows us to tradeoff between the approximation factor and the loss in diameter: we show that for any , one can output a spanning tree whose weight is $O(n^\epsilon /…
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
TopicsAdvanced Optical Network Technologies · Vehicle Routing Optimization Methods · Mobile Ad Hoc Networks
