English

Covering Many (or Few) Edges with k Vertices in Sparse Graphs

Data Structures and Algorithms 2022-10-20 v3 Discrete Mathematics

Abstract

We study the following two fixed-cardinality optimization problems (a maximization and a minimization variant). For a fixed α\alpha between zero and one we are given a graph and two numbers kNk \in \mathbb{N} and tQt \in \mathbb{Q}. The task is to find a vertex subset SS of exactly kk vertices that has value at least (resp. at most for minimization) tt. Here, the value of a vertex set computes as α\alpha times the number of edges with exactly one endpoint in SS plus 1α1-\alpha times the number of edges with both endpoints in SS. These two problems generalize many prominent graph problems, such as Densest kk-Subgraph, Sparsest kk-Subgraph, Partial Vertex Cover, and Max (kk,nkn-k)-Cut. In this work, we complete the picture of their parameterized complexity on several types of sparse graphs that are described by structural parameters. In particular, we provide kernelization algorithms and kernel lower bounds for these problems. A somewhat surprising consequence of our kernelizations is that Partial Vertex Cover and Max (k,nk)(k,n-k)-Cut not only behave in the same way but that the kernels for both problems can be obtained by the same algorithms.

Keywords

Cite

@article{arxiv.2201.05465,
  title  = {Covering Many (or Few) Edges with k Vertices in Sparse Graphs},
  author = {Tomohiro Koana and Christian Komusiewicz and André Nichterlein and Frank Sommer},
  journal= {arXiv preprint arXiv:2201.05465},
  year   = {2022}
}

Comments

Extended abstract appeared in STACS '22

R2 v1 2026-06-24T08:50:09.632Z