A Note on Max k-Vertex Cover: Faster FPT-AS, Smaller Approximate Kernel and Improved Approximation

10/09/2018
by   Pasin Manurangsi, et al.
0

In Maximum k-Vertex Cover (Max k-VC), the input is an edge-weighted graph G and an integer k, and the goal is to find a subset S of k vertices that maximizes the total weight of edges covered by S. Here we say that an edge is covered by S iff at least one of its endpoints lies in S. We present an FPT approximation scheme (FPT-AS) that runs in (1/ϵ)^O(k) poly(n) time for the problem, which improves upon Gupta et al.'s (k/ϵ)^O(k) poly(n)-time FPT-AS [SODA'18, FOCS'18]. Our algorithm is simple: just use brute force to find the best k-vertex subset among the O(k/ϵ) vertices with maximum weighted degrees. Our algorithm naturally yields an efficient approximate kernelization scheme of O(k/ϵ) vertices; previously, an O(k^5/ϵ^2)-vertex approximate kernel is only known for the unweighted version of Max k-VC [Lokshtanov et al., STOC'17]. Interestingly, this has an application outside of parameterized complexity: using our approximate kernelization as a preprocessing step, we can directly apply Raghavendra and Tan's SDP-based algorithm for 2SAT with cardinality constraint [SODA'12] to give an 0.92-approximation for Max k-VC in polynomial time. This improves upon Feige and Langberg's algorithm [J. Algorithms'01] which yields (0.75 + δ)-approximation for some (unspecified) constant δ > 0. We also consider the minimization version (Min k-VC), where the goal is to minimize the total weight of edges covered by S. We provide an FPT-AS for Min k-VC with similar running time of (1/ϵ)^O(k) poly(n), which again improves on a (k/ϵ)^O(k) poly(n)-time FPT-AS of Gupta et al. On the other hand, we show that there is unlikely a polynomial size approximate kernelization for Min k-VC for any factor less than two.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/03/2022

Maximum Minimal Feedback Vertex Set: A Parameterized Perspective

In this paper we study a maximization version of the classical Feedback ...
research
07/18/2019

A Constant Factor Approximation for Capacitated Min-Max Tree Cover

Given a graph G=(V,E) with non-negative real edge lengths and an integer...
research
04/30/2020

A Parameterized Approximation Scheme for Min k-Cut

In the Min k-Cut problem, input is an edge weighted graph G and an integ...
research
08/29/2023

FPT Approximation and Subexponential Algorithms for Covering Few or Many Edges

We study the α-Fixed Cardinality Graph Partitioning (α-FCGP) problem, th...
research
11/25/2022

Better Trees for Santa Claus

We revisit the problem max-min degree arborescence, which was introduced...
research
02/19/2023

Parameterized Max Min Feedback Vertex Set

Given a graph G and an integer k, Max Min FVS asks whether there exists ...
research
04/29/2018

Restricted Max-Min Fair Allocation

The restricted max-min fair allocation problem seeks an allocation of re...

Please sign up or login with your details

Forgot password? Click here to reset