English

Fixed-Parameter Algorithms for the Weighted Max-Cut Problem on Embedded 1-Planar Graphs

Data Structures and Algorithms 2020-12-01 v4

Abstract

We propose two fixed-parameter tractable algorithms for the weighted 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 algorithms recursively reduce a 1-planar graph to at most 3k3^k planar graphs, using edge removal and node contraction. Our main algorithm then solves the Max-Cut problem for the planar graphs using the FCE-MaxCut introduced by Liers and Pardella [23]. In the case of non-negative edge weights, we suggest a variant that allows to solve the planar instances with any planar Max-Cut algorithm. We show that a maximum cut in the given 1-planar graph can be derived from the solutions for the planar graphs. Our algorithms compute a maximum cut in an embedded weighted 1-planar graph with nn nodes and kk edge crossings in time O(3kn3/2logn)O(3^k \cdot n^{3/2} \log n).

Keywords

Cite

@article{arxiv.1812.03074,
  title  = {Fixed-Parameter Algorithms for the Weighted Max-Cut Problem on Embedded 1-Planar Graphs},
  author = {Christine Dahn and Nils M. Kriege and Petra Mutzel and Julian Schilling},
  journal= {arXiv preprint arXiv:1812.03074},
  year   = {2020}
}

Comments

This work is an extension of the conference version arXiv:1803.10983 , currently under review at TCS

R2 v1 2026-06-23T06:35:31.415Z