English

FPT Approximation and Subexponential Algorithms for Covering Few or Many Edges

Data Structures and Algorithms 2023-08-31 v1

Abstract

We study the \textsc{α\alpha-Fixed Cardinality Graph Partitioning (α\alpha-FCGP)} problem, the generic local graph partitioning problem introduced by Bonnet et al. [Algorithmica 2015]. In this problem, we are given a graph GG, two numbers k,pk,p and 0α10\leq\alpha\leq 1, the question is whether there is a set SVS\subseteq V of size kk with a specified coverage function covα(S)cov_{\alpha}(S) at least pp (or at most pp for the minimization version). The coverage function covα()cov_{\alpha}(\cdot) counts edges with exactly one endpoint in SS with weight α\alpha and edges with both endpoints in SS with weight 1α1 - \alpha. α\alpha-FCGP generalizes a number of fundamental graph problems such as \textsc{Densest kk-Subgraph}, \textsc{Max kk-Vertex Cover}, and \textsc{Max (k,nk)(k,n-k)-Cut}. A natural question in the study of α\alpha-FCGP is whether the algorithmic results known for its special cases, like \textsc{Max kk-Vertex Cover}, could be extended to more general settings. One of the simple but powerful methods for obtaining parameterized approximation [Manurangsi, SOSA 2019] and subexponential algorithms [Fomin et al. IPL 2011] for \textsc{Max kk-Vertex Cover} is based on the greedy vertex degree orderings. The main insight of our work is that the idea of greed vertex degree ordering could be used to design fixed-parameter approximation schemes (FPT-AS) for α>0\alpha > 0 and the subexponential-time algorithms for the problem on apex-minor free graphs for maximization with α>1/3\alpha > 1/3 and minimization with α<1/3\alpha < 1/3.

Keywords

Cite

@article{arxiv.2308.15546,
  title  = {FPT Approximation and Subexponential Algorithms for Covering Few or Many Edges},
  author = {Fedor V. Fomin and Petr A. Golovach and Tanmay Inamdar and Tomohiro Koana},
  journal= {arXiv preprint arXiv:2308.15546},
  year   = {2023}
}

Comments

Updated version of MFCS 2023 paper

R2 v1 2026-06-28T12:07:43.401Z