Approximating Min-Cost Chain-Constrained Spanning Trees: A Reduction from Weighted to Unweighted Problems
Andre Linhares, Chaitanya Swamy

TL;DR
This paper introduces a polynomial-time algorithm for the min-cost chain-constrained spanning-tree problem that achieves constant-factor approximations for both cost and degree violations, using a novel reduction from weighted to unweighted problems via Lagrangian duality.
Contribution
It presents the first polynomial-time algorithm for min-cost chain-constrained spanning trees with bounded degree violations and cost approximation, employing a new reduction technique based on Lagrangian duality.
Findings
Achieves constant-factor approximation for cost and degree violations.
Introduces a reduction from weighted to unweighted problems using Lagrangian duality.
Provides improved algorithms for k-budgeted matroid basis problem.
Abstract
We study the {\em min-cost chain-constrained spanning-tree} (abbreviated \mcst) problem: find a min-cost spanning tree in a graph subject to degree constraints on a nested family of node sets. We devise the {\em first} polytime algorithm that finds a spanning tree that (i) violates the degree constraints by at most a constant factor {\em and} (ii) whose cost is within a constant factor of the optimum. Previously, only an algorithm for {\em unweighted} \cst was known \cite{olver}, which satisfied (i) but did not yield any cost bounds. This also yields the first result that obtains an -factor for {\em both} the cost approximation and violation of degree constraints for any spanning-tree problem with general degree bounds on node sets, where an edge participates in a super-constant number of degree constraints. A notable feature of our algorithm is that we {\em reduce} \mcst to…
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 Graph Theory Research · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
