# Parameterized algorithms for Partial vertex covers in bipartite graphs

**Authors:** Vahan Mkrtchyan, Garik Petrosyan, K. Subramani

arXiv: 1904.12011 · 2019-04-30

## TL;DR

This paper investigates the fixed-parameter tractability of the weighted partial vertex cover problem in bipartite graphs, revealing conditions under which the problem is tractable or hard, and proposing algorithms for specific cases.

## Contribution

It extends existing methods to show FPT results for WPVC in bipartite graphs under certain conditions and establishes hardness results in others.

## Key findings

- WPVCB is FPT with respect to R when c is constant
- WPVCB is W[1]-hard with arbitrary c, even if p is constant
- WPVC is FPT with respect to L in bipartite graphs

## Abstract

In the weighted partial vertex cover problem (WPVC), we are given a graph $G=(V,E)$, cost function $c:V\rightarrow N$, profit function $p:E\rightarrow N$, and positive integers $R$ and $L$. The goal is to check whether there is a subset $V'\subseteq V$ of cost at most $R$, such that the total profit of edges covered by $V'$ is at least $L$. In this paper we study the fixed-parameter tractability of WPVC in bipartite graphs (WPVCB). By extending the methods of Amini et al., we show that WPVCB is FPT with respect to $R$ if $c\equiv 1$. On the negative side, it is $W[1]$-hard for arbitrary $c$, even when $p\equiv 1$. In particular, WPVCB is $W[1]$-hard parameterized by $R$. We complement this negative result by proving that for bounded-degree graphs WPVC is FPT with respect to $R$. The same result holds for the case of WPVCB when we allow to take only one fractional vertex. Additionally, we show that WPVC is FPT with respect to $L$. Finally, we discuss a variant of PVCB in which the edges covered are constrained to include a matching of prescribed size and derive a paramterized algorithm for the same.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.12011/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1904.12011/full.md

---
Source: https://tomesphere.com/paper/1904.12011