English

A Fixed-Parameter Algorithm for the Max-Cut Problem on Embedded 1-Planar Graphs

Data Structures and Algorithms 2018-12-08 v2

Abstract

We propose a fixed-parameter tractable algorithm for the \textsc{Max-Cut} problem on embedded 1-planar graphs parameterized by the crossing number kk of the given embedding. A graph is called 1-planar if it can be drawn in the plane with at most one crossing per edge. Our algorithm recursively reduces a 1-planar graph to at most 3k3^k planar graphs, using edge removal and node contraction. The \textsc{Max-Cut} problem is then solved on the planar graphs using established polynomial-time algorithms. We show that a maximum cut in the given 1-planar graph can be derived from the solutions for the planar graphs. Our algorithm computes a maximum cut in an embedded 1-planar graph with nn nodes and kk edge crossings in time O(3kn3/2logn)\mathcal{O}(3^k \cdot n^{3/2} \log n).

Keywords

Cite

@article{arxiv.1803.10983,
  title  = {A Fixed-Parameter Algorithm for the Max-Cut Problem on Embedded 1-Planar Graphs},
  author = {Christine Dahn and Nils M. Kriege and Petra Mutzel},
  journal= {arXiv preprint arXiv:1803.10983},
  year   = {2018}
}

Comments

conference version from IWOCA 2018