English

An FPT Algorithm for Max-Cut Parameterized by Crossing Number

Data Structures and Algorithms 2019-05-27 v2 Computational Complexity

Abstract

The Max-Cut problem is known to be NP-hard on general graphs, while it can be solved in polynomial time on planar graphs. In this paper, we present a fixed-parameter tractable algorithm for the problem on `almost' planar graphs: Given an nn-vertex graph and its drawing with kk crossings, our algorithm runs in time O(2k(n+k)3/2log(n+k))O(2^k(n+k)^{3/2} \log (n + k)). Previously, Dahn, Kriege and Mutzel (IWOCA 2018) obtained an algorithm that, given an nn-vertex graph and its 11-planar drawing with kk crossings, runs in time O(3kn3/2logn)O(3^k n^{3/2} \log n). Our result simultaneously improves the running time and removes the 11-planarity restriction.

Keywords

Cite

@article{arxiv.1904.05011,
  title  = {An FPT Algorithm for Max-Cut Parameterized by Crossing Number},
  author = {Yasuaki Kobayashi and Yusuke Kobayashi and Shuichi Miyazaki and Suguru Tamaki},
  journal= {arXiv preprint arXiv:1904.05011},
  year   = {2019}
}

Comments

The same running time bound has been obtained independently and simultaneously by Markus Chimani, Christine Dahn, Martina Juhnke-Kubitzke, Nils M. Kriege, Petra Mutzel, and Alexander Nover arXiv:1903.06061

R2 v1 2026-06-23T08:35:00.735Z