English

Improved approximation algorithms for path vertex covers in regular graphs

Data Structures and Algorithms 2018-11-06 v1

Abstract

Given a simple graph G=(V,E)G = (V, E) and a constant integer k2k \ge 2, the kk-path vertex cover problem ({\sc PkkVC}) asks for a minimum subset FVF \subseteq V of vertices such that the induced subgraph G[VF]G[V - F] does not contain any path of order kk. When k=2k = 2, this turns out to be the classic vertex cover ({\sc VC}) problem, which admits a (2Θ(1logV))\left(2 - {\rm \Theta}\left(\frac 1{\log|V|}\right)\right)-approximation. The general {\sc PkkVC} admits a trivial kk-approximation; when k=3k = 3 and k=4k = 4, the best known approximation results for {\sc P33VC} and {\sc P44VC} are a 22-approximation and a 33-approximation, respectively. On dd-regular graphs, the approximation ratios can be reduced to min{25d+3+ϵ,2(2o(1))loglogdlogd}\min\left\{2 - \frac 5{d+3} + \epsilon, 2 - \frac {(2 - o(1))\log\log d}{\log d}\right\} for {\sc VC} ({\it i.e.}, {\sc P22VC}), 21d+4d23dV2 - \frac 1d + \frac {4d - 2}{3d |V|} for {\sc P33VC}, d/2(2d2)(d/2+1)(d2)\frac {\lfloor d/2\rfloor (2d - 2)}{(\lfloor d/2\rfloor + 1) (d - 2)} for {\sc P44VC}, and 2dk+2dk+2\frac {2d - k + 2}{d - k + 2} for {\sc PkkVC} when 1k2<d2(k2)1 \le k-2 < d \le 2(k-2). By utilizing an existing algorithm for graph defective coloring, we first present a d/2(2dk+2)(d/2+1)(dk+2)\frac {\lfloor d/2\rfloor (2d - k + 2)}{(\lfloor d/2\rfloor + 1) (d - k + 2)}-approximation for {\sc PkkVC} on dd-regular graphs when 1k2<d1 \le k - 2 < d. This beats all the best known approximation results for {\sc PkkVC} on dd-regular graphs for k3k \ge 3, except for {\sc P44VC} it ties with the best prior work and in particular they tie at 22 on cubic graphs and 44-regular graphs. We then propose a 1.8751.875-approximation and a 1.8521.852-approximation for {\sc P44VC} on cubic graphs and 44-regular graphs, respectively. We also present a better approximation algorithm for {\sc P44VC} on dd-regular bipartite graphs.

Keywords

Cite

@article{arxiv.1811.01162,
  title  = {Improved approximation algorithms for path vertex covers in regular graphs},
  author = {An Zhang and Yong Chen and Zhi-Zhong Chen and Guohui Lin},
  journal= {arXiv preprint arXiv:1811.01162},
  year   = {2018}
}

Comments

20 pages, 5 figures

R2 v1 2026-06-23T05:02:55.745Z