Approximately covering vertices by order-$5$ or longer paths
Mingyang Gong, Zhi-Zhong Chen, Guohui Lin, and Lusheng Wang

TL;DR
This paper introduces a new approximation algorithm for covering vertices with long paths in a graph, improving the ratio from 2.714 to 2.511 and using advanced matching and cover techniques.
Contribution
The paper presents a novel approximation algorithm for the vertex covering problem with long paths, improving the approximation ratio and computational efficiency.
Findings
Achieves an approximation ratio of 2.511 for the problem.
Runs in O(|V|^{2.5}|E|^2) time, faster than previous algorithms.
Utilizes maximum matching, path-cycle cover, and recursion techniques.
Abstract
This paper studies , which is to cover as many vertices as possible in a given graph by vertex-disjoint -paths (i.e., paths each with at least five vertices). is NP-hard and admits an existing local-search-based approximation algorithm which achieves a ratio of and runs in time. In this paper, we present a new approximation algorithm for which achieves a ratio of and runs in time. Unlike the previous algorithm, the new algorithm is based on maximum matching, maximum path-cycle cover, and recursion.
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
Topicsgraph theory and CDMA systems · Limits and Structures in Graph Theory · Advanced Graph Theory Research
