Approximation Algorithms for Covering Vertices by Long Paths

Mingyang Gong,Brett Edgar,Jing Fan,Guohui Lin,Eiji Miyano
DOI: https://doi.org/10.1007/s00453-024-01242-3
IF: 0.909
2024-05-30
Algorithmica
Abstract:Given a graph, the general problem to cover the maximum number of vertices by a collection of vertex-disjoint long paths seems to escape from the literature. A path containing at least k vertices is considered long. When , the problem is polynomial time solvable; when k is the total number of vertices, the problem reduces to the Hamiltonian path problem, which is NP-complete. For a fixed , the problem is NP-hard and the best known approximation algorithm for the weighted set packing problem implies a k -approximation algorithm. To the best of our knowledge, there is no approximation algorithm directly designed for the general problem; when , the problem admits a 4-approximation algorithm which was presented recently. We propose the first -approximation algorithm for the general problem and an improved 2-approximation algorithm when . Both algorithms are based on local improvement, and their theoretical performance analyses are done via amortization and their practical performance is examined through simulation studies.
computer science, software engineering,mathematics, applied
What problem does this paper attempt to address?