scispace - formally typeset
Open AccessBook ChapterDOI

Reoptimization of Path Vertex Cover Problem

TLDR
In this paper, the authors studied the reoptimization of path vertex cover problem and provided an algorithm with an approximation factor of 1.5, which is the best known approximation algorithm for the problem.
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 \(I_O\), can we construct an optimal solution for the new instance \(I_N\), where \(I_N\) is the instance \(I_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 study the reoptimization of path vertex cover problem. The objective in k-path vertex cover problem is to compute a minimum subset S of the vertices in a graph G such that after removal of S from G there is no path with k vertices in the graph. We show that when a constant number of vertices are inserted, reoptimizing unweighted k-path vertex cover problem admits a PTAS. For weighted 3-path vertex cover problem, we show that when a constant number of vertices are inserted, the reoptimization algorithm achieves an approximation factor of 1.5, hence an improvement from known 2-approximation algorithm for the optimization version. We provide reoptimization algorithm for weighted k-path vertex cover problem \((k \ge 4)\) on bounded degree graphs, which is also an NP-hard problem. Given a \(\rho \)-approximation algorithm for k-path vertex cover problem on bounded degree graphs, we show that it can be reoptimized within an approximation factor of \((2-\frac{1}{\rho })\) under constant number of vertex insertions.

read more

Citations
More filters
Book ChapterDOI

Reconfiguring k-path vertex covers

TL;DR: A complexity dichotomy is proved for \textsc{$k$-PVCR} on general graphs: on those whose maximum degree is $3$ (and even planar), the problem is $\mathtt{PSPACE}$-complete, while on thosewhose maximumdegree is $2$ (i.e., paths and cycles), the problems can be solved in polynomial time.
Posted Content

Reconfiguring k-path vertex covers

TL;DR: In this paper, the complexity of the problem of path vertex cover reconfiguration was investigated from the viewpoint of graph classes under the well-known reconfigureuration rules: TJS, TJ, and TAR.
References
More filters
Book

Approximation Algorithms

TL;DR: Covering the basic techniques used in the latest research work, the author consolidates progress made so far, including some very recent and promising results, and conveys the beauty and excitement of work in the field.
Journal ArticleDOI

Minimum k-path vertex cover

TL;DR: It is shown that the problem of determining @j"k(G) is NP-hard for each k>=2, while for trees the problem can be solved in linear time.
Proceedings ArticleDOI

Color-coding: a new method for finding simple paths, cycles and other small subgraphs within large graphs

TL;DR: A novel randomized method, the method of color-coding for finding simple paths and cycles of a specified length k, and other small subgraphs, within a given graph G = (V,E), which can be derandomized using families of perfect hash functions.
Journal ArticleDOI

A primal-dual approximation algorithm for the vertex cover P3 problem

TL;DR: This paper first shows that the VCP"n problem is NP-hard for any integer n>=2, then restricts its attention to the V CP"3 problem and gives a 2-approximation algorithm using the primal-dual method.
Book ChapterDOI

Complexity and Approximation in Reoptimization

TL;DR: What kind of performance the authors can expect for specific classes of problems is discussed and then some classical optimization problems in which this approach has been fruitfully applied are presented.
Related Papers (5)