Approximation algorithms for the maximum weight internal spanning tree problem
Zhi-Zhong Chen, Guohui Lin, Lusheng Wang, Yong Chen, Dan Wang

TL;DR
This paper introduces a new approximation algorithm for the maximum weight internal spanning tree problem, improving the performance ratio from 1/3 to 1/2, and offers a specialized solution for claw-free graphs.
Contribution
It presents a simple, effective approximation algorithm for MwIST with a 1/2 ratio, based on a novel link to maximum weight matching, and extends to claw-free graphs.
Findings
Achieves a 1/2 approximation ratio for MwIST
Provides a 7/12 approximation for claw-free graphs
Improves upon the previous best approximation ratios
Abstract
Given a vertex-weighted connected graph , the maximum weight internal spanning tree (MwIST for short) problem asks for a spanning tree of such that the total weight of the internal vertices in is maximized. The un-weighted variant, denoted as MIST, is NP-hard and APX-hard, and the currently best approximation algorithm has a proven performance ratio . The currently best approximation algorithm for MwIST only has a performance ratio , for any . In this paper, we present a simple algorithm based on a novel relationship between MwIST and the maximum weight matching, and show that it achieves a better approximation ratio of . When restricted to claw-free graphs, a special case been previously studied, we design a -approximation algorithm.
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 · Advanced Graph Theory Research · Optimization and Search Problems
