English

Parameterized Algorithms for Red-Blue Weighted Vertex Cover on Trees

Data Structures and Algorithms 2020-03-25 v1

Abstract

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

Keywords

Cite

@article{arxiv.2003.10698,
  title  = {Parameterized Algorithms for Red-Blue Weighted Vertex Cover on Trees},
  author = {Vishnu Veerathu and Yogesh Tripathi},
  journal= {arXiv preprint arXiv:2003.10698},
  year   = {2020}
}
R2 v1 2026-06-23T14:25:02.685Z