English

A Framework for Parameterized Subexponential Algorithms for Generalized Cycle Hitting Problems on Planar Graphs

Data Structures and Algorithms 2021-10-29 v1 Computational Complexity

Abstract

Subexponential parameterized algorithms are known for a wide range of natural problems on planar graphs, but the techniques are usually highly problem specific. The goal of this paper is to introduce a framework for obtaining nO(k)n^{O(\sqrt{k})} time algorithms for a family of graph modification problems that includes problems that can be seen as generalized cycle hitting problems. Our starting point is the Node Unique Label Cover problem (that is, given a CSP instance where each constraint is a permutation of values on two variables, the task is to delete kk variables to make the instance satisfiable). We introduce a variant of the problem where kk vertices have to be deleted such that every 2-connected component of the remaining instance is satisfiable. Then we extend the problem with cardinality constraints that restrict the number of times a certain value can be used (globally or within a 2-connected component of the solution). We show that there is an nO(k)n^{O(\sqrt{k})} time algorithm on planar graphs for any problem that can be formulated this way, which includes a large number of well-studied problems, for example, Odd Cycle Transversal, Subset Feedback Vertex Set, Group Feedback Vertex Set, Subset Group Feedback Vertex Set, Vertex Multiway Cut, and Component Order Connectivity. For those problems that admit appropriate (quasi)polynomial kernels (that increase the parameter only linearly and preserve planarity), our results immediately imply 2O(kpolylog(k))nO(1)2^{O(\sqrt{k}\cdot\operatorname{polylog}(k))}n^{O(1)} time parameterized algorithms on planar graphs. In particular, we use or adapt known kernelization results to obtain 2O(kpolylog(k))nO(1)2^{O(\sqrt{k}\cdot \operatorname{polylog}(k))} n^{O(1)} time (randomized) algorithms for Vertex Multiway Cut, Group Feedback Vertex Set, and Subset Feedback Vertex Set.

Keywords

Cite

@article{arxiv.2110.15098,
  title  = {A Framework for Parameterized Subexponential Algorithms for Generalized Cycle Hitting Problems on Planar Graphs},
  author = {Dániel Marx and Pranabendu Misra and Daniel Neuen and Prafullkumar Tale},
  journal= {arXiv preprint arXiv:2110.15098},
  year   = {2021}
}

Comments

97 pages, 8 figures

R2 v1 2026-06-24T07:15:52.647Z