English

Approximation algorithms for covering vertices by long paths

Data Structures and Algorithms 2022-08-08 v1

Abstract

Given a graph, the general problem to cover the maximum number of vertices by a collection of vertex-disjoint long paths seemingly escapes from the literature. A path containing at least kk vertices is considered long. When k3k \le 3, the problem is polynomial time solvable; when kk is the total number of vertices, the problem reduces to the Hamiltonian path problem, which is NP-complete. For a fixed k4k \ge 4, the problem is NP-hard and the best known approximation algorithm for the weighted set packing problem implies a kk-approximation algorithm. To the best of our knowledge, there is no approximation algorithm directly designed for the general problem; when k=4k = 4, the problem admits a 44-approximation algorithm which was presented recently. We propose the first (0.4394k+O(1))(0.4394 k + O(1))-approximation algorithm for the general problem and an improved 22-approximation algorithm when k=4k = 4. 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.

Keywords

Cite

@article{arxiv.2208.03294,
  title  = {Approximation algorithms for covering vertices by long paths},
  author = {Mingyang Gong and Brett Edgar and Jing Fan and Guohui Lin and Eiji Miyano},
  journal= {arXiv preprint arXiv:2208.03294},
  year   = {2022}
}

Comments

27 pages; an extended abstract appears in MFCS 2022

R2 v1 2026-06-25T01:31:18.571Z