English

Editing to a Planar Graph of Given Degrees

Data Structures and Algorithms 2015-08-13 v1 Computational Complexity

Abstract

We consider the following graph modification problem. Let the input consist of a graph G=(V,E)G=(V,E), a weight function w ⁣:VENw\colon V\cup E\rightarrow \mathbb{N}, a cost function c ⁣:VENc\colon V\cup E\rightarrow \mathbb{N} and a degree function δ ⁣:VN0\delta\colon V\rightarrow \mathbb{N}_0, together with three integers kv,kek_v, k_e and CC. The question is whether we can delete a set of vertices of total weight at most kvk_v and a set of edges of total weight at most kek_e so that the total cost of the deleted elements is at most CC and every non-deleted vertex vv has degree δ(v)\delta(v) in the resulting graph GG'. We also consider the variant in which GG' must be connected. Both problems are known to be NP-complete and W[1]-hard when parameterized by kv+kek_v+k_e. We prove that, when restricted to planar graphs, they stay NP-complete but have polynomial kernels when parameterized by kv+kek_v+k_e.

Keywords

Cite

@article{arxiv.1508.02773,
  title  = {Editing to a Planar Graph of Given Degrees},
  author = {Konrad K. Dabrowski and Petr A. Golovach and Pim van 't Hof and Daniel Paulusma and Dimitrios M. Thilikos},
  journal= {arXiv preprint arXiv:1508.02773},
  year   = {2015}
}
R2 v1 2026-06-22T10:31:40.115Z