Parameterized Algorithms for Red-Blue Weighted Vertex Cover on Trees

03/24/2020
by   Vishnu Veerathu, et al.
0

Weighted Vertex Cover is a variation of an extensively studied NP-complete problem, Vertex Cover, in which we are given a graph, G = (V,E,w), where function w:V →Q^+ and a parameter k. The objective is to determine if there exists a vertex cover, S, such that ∑_v ∈ Sw(v) ≤ k. In our work, we first study the hardness of Weighted Vertex Cover and then examine this problem under parameterization by l and k, where l is the number of vertices with fractional weights. Then, we study the Red-Blue Weighted Vertex Cover problem on trees in detail. In this problem, we are given a tree, T=(V,E,w), where function w:V →Q^+, a function c:V →{R,B} and two parameters k and k_R. We have to determine if there exists a vertex cover, S, such that ∑_v ∈ Sw(v) ≤ k and ∑_v ∈ S c(v) = Rw(v) ≤ k_R. We tackle this problem by applying different reduction techniques and meaningful parameterizations. We also study some restrictive versions of this problem.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
10/30/2018

Weighted vertex cover on graphs with maximum degree 3

We give a parameterized algorithm for weighted vertex cover on graphs wi...
research
07/18/2022

A quadratic-order problem kernel for the traveling salesman problem parameterized by the vertex cover number

The NP-hard graphical traveling salesman problem (GTSP) is to find a clo...
research
07/30/2018

Vertex Covers Revisited: Indirect Certificates and FPT Algorithms

The classical NP-complete problem Vertex Cover requires us to determine ...
research
08/22/2023

Parameterized Complexity of Simultaneous Planarity

Given k input graphs G_1, … ,G_k, where each pair G_i, G_j with i ≠ j sh...
research
09/01/2022

On the Complexity of the Storyplan Problem

Motivated by dynamic graph visualization, we study the problem of repres...
research
04/21/2022

Parallel Vertex Cover Algorithms on GPUs

Finding small vertex covers in a graph has applications in numerous doma...
research
03/06/2019

Runtime Analysis of RLS and (1+1) EA for the Dynamic Weighted Vertex Cover Problem

In this paper, we perform theoretical analyses on the behaviour of an ev...

Please sign up or login with your details

Forgot password? Click here to reset