English

Tight Parameterized (In)tractability of Layered Crossing Minimization: Subexponential Algorithms and Kernelization

Data Structures and Algorithms 2025-10-16 v1 Computational Geometry

Abstract

The starting point of our work is a decade-old open question concerning the subexponential parameterized complexity of \textsc{2-Layer Crossing Minimization}. In this problem, the input is an nn-vertex graph GG whose vertices are partitioned into two independent sets V1V_1 and V2V_2, and a non-negative integer kk. The question is whether GG admits a 2-layered drawing with at most kk crossings, where each ViV_i lies on a distinct line parallel to the xx-axis, and all edges are straight lines. We resolve this open question by giving the first subexponential fixed-parameter algorithm for this problem, running in time 2O(klogk)+nkO(1)2^{O(\sqrt{k}\log k)} + n \cdot k^{O(1)}. We then ask whether the subexponential phenomenon extends beyond two layers. In the general hh-Layer Crossing Minimization problem, the vertex set is partitioned into hh independent sets V1,,VhV_1, \ldots, V_h, and the goal is to decide whether an hh-layered drawing with at most kk crossings exists. We present a subexponential FPT algorithm for three layers with running time 2O(k2/3logk)+nkO(1)2^{O(k^{2/3}\log k)} + n \cdot k^{O(1)} for h=3h = 3 layers. In contrast, we show that for all h5h \ge 5, no algorithm with running time 2o(k/logk)nO(1)2^{o(k/\log k)} \cdot n^{O(1)} exists unless the Exponential-Time Hypothesis fails. Finally, we address polynomial kernelization. While a polynomial kernel was already known for h=2h=2, we design a new polynomial kernel for h=3h=3. These kernels are essential ingredients in our subexponential algorithms. Finally, we rule out polynomial kernels for all h4h \ge 4 unless the polynomial hierarchy collapses.

Keywords

Cite

@article{arxiv.2510.13335,
  title  = {Tight Parameterized (In)tractability of Layered Crossing Minimization: Subexponential Algorithms and Kernelization},
  author = {Fedor V. Fomin and Petr A. Golovach and Tanmay Inamdar and Saket Saurabh and Meirav Zehavi},
  journal= {arXiv preprint arXiv:2510.13335},
  year   = {2025}
}

Comments

Full version of SODA 2026 paper. Abstract shortened due to arXiv restrictions

R2 v1 2026-07-01T06:38:32.569Z