English

Reoptimization of Path Vertex Cover Problem

Data Structures and Algorithms 2019-04-25 v1

Abstract

Most optimization problems are notoriously hard. Considerable efforts must be spent in obtaining an optimal solution to certain instances that we encounter in the real world scenarios. Often it turns out that input instances get modified locally in some small ways due to changes in the application world. The natural question here is, given an optimal solution for an old instance IOI_O, can we construct an optimal solution for the new instance INI_N, where INI_N is the instance IOI_O with some local modifications. Reoptimization of NP-hard optimization problem precisely addresses this concern. It turns out that for some reoptimization versions of the NP-hard problems, we may only hope to obtain an approximate solution to a new instance. In this paper, we specifically address the reoptimization of path vertex cover problem. The objective in kk-pathpath vertex cover problem is to compute a minimum subset SS of the vertices in a graph GG such that after removal of SS from GG there is no path with kk vertices in the graph. We show that when a constant number of vertices are inserted, reoptimizing unweighted kk-pathpath vertex cover problem admits a PTAS. For weighted 33-pathpath vertex cover problem, we show that when a constant number of vertices are inserted, the reoptimization algorithm achieves an approximation factor of 1.51.5, hence an improvement from known 22-approximation algorithm for the optimization version. We provide reoptimization algorithm for weighted kk-pathpath vertex cover problem (k4)(k \geq 4) on bounded degree graphs, which is also an NP-hard problem. Given a ρ\rho-approximation algorithm for kk-pathpath vertex cover problem on bounded degree graphs, we show that it can be reoptimized within an approximation factor of (21ρ)(2-\frac{1}{\rho}) under constant number of vertex insertions.

Keywords

Cite

@article{arxiv.1904.10719,
  title  = {Reoptimization of Path Vertex Cover Problem},
  author = {Mehul Kumar and Amit Kumar and C. Pandu Rangan},
  journal= {arXiv preprint arXiv:1904.10719},
  year   = {2019}
}
R2 v1 2026-06-23T08:48:08.415Z