English

Parameterized Complexity of Simultaneous Planarity

Data Structures and Algorithms 2025-05-01 v3

Abstract

Given kk input graphs G1,,GkG_1, \dots ,G_k, where each pair GiG_i, GjG_j with iji \neq j shares the same graph GG, the problem Simultaneous Embedding With Fixed Edges (SEFE) asks whether there exists a planar drawing for each input graph such that all drawings coincide on GG. While SEFE is still open for the case of two input graphs, the problem is NP-complete for k3k \geq 3 [Schaefer, JGAA 13]. In this work, we explore the parameterized complexity of SEFE. We show that SEFE is FPT with respect to kk plus the vertex cover number or the feedback edge set number of the the union graph G=G1GkG^\cup = G_1 \cup \dots \cup G_k. Regarding the shared graph GG, we show that SEFE is NP-complete, even if GG is a tree with maximum degree 4. Together with a known NP-hardness reduction [Angelini et al., TCS 15], this allows us to conclude that several parameters of GG, including the maximum degree, the maximum number of degree-1 neighbors, the vertex cover number, and the number of cutvertices are intractable. We also settle the tractability of all pairs of these parameters. We give FPT algorithms for the vertex cover number plus either of the first two parameters and for the number of cutvertices plus the maximum degree, whereas we prove all remaining combinations to be intractable.

Keywords

Cite

@article{arxiv.2308.11401,
  title  = {Parameterized Complexity of Simultaneous Planarity},
  author = {Simon D. Fink and Matthias Pfretzschner and Ignaz Rutter},
  journal= {arXiv preprint arXiv:2308.11401},
  year   = {2025}
}

Comments

Appears in the Proceedings of the 31st International Symposium on Graph Drawing and Network Visualization (GD 2023)

R2 v1 2026-06-28T12:01:26.535Z