Reoptimization of Path Vertex Cover Problem

04/24/2019
by   Mehul Kumar, et al.
0

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 address 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 ≥ 4) on bounded degree graphs, which is also an NP-hard problem. Given a ρ-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-1/ρ) under constant number of vertex insertions.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/08/2018

An O^*(2.619^k) algorithm for 4-path vertex cover

In the 4-path vertex cover problem, the input is an undirected graph G a...
research
02/11/2019

A Simple Gap-producing Reduction for the Parameterized Set Cover Problem

Given an n-vertex bipartite graph I=(S,U,E), the goal of set cover probl...
research
03/19/2020

Minimum Scan Cover with Angular Transition Costs

We provide a comprehensive study of a natural geometric optimization pro...
research
05/25/2022

A parameterized approximation algorithm for the Multiple Allocation k-Hub Center

In the Multiple Allocation k-Hub Center (MAkHC), we are given a connecte...
research
04/25/2023

An Approximation Algorithm for Covering Vertices by 4^+-Paths

This paper deals with the problem of finding a collection of vertex-disj...
research
11/28/2013

Solving Minimum Vertex Cover Problem Using Learning Automata

Minimum vertex cover problem is an NP-Hard problem with the aim of findi...
research
06/24/2019

Finding Optimal Solutions With Neighborly Help

Can we efficiently compute optimal solutions to instances of a hard prob...

Please sign up or login with your details

Forgot password? Click here to reset