Towards Better Approximation of Graph Crossing Number
Abstract
Graph Crossing Number is a fundamental problem with various applications. In this problem, the goal is to draw an input graph in the plane so as to minimize the number of crossings between the images of its edges. Despite extensive work, non-trivial approximation algorithms are only known for bounded-degree graphs. Even for this special case, the best current algorithm achieves a -approximation, while the best current negative result is APX-hardness. All current approximation algorithms for the problem build on the same paradigm: compute a set of edges (called a \emph{planarizing set}) such that is planar; compute a planar drawing of ; then add the drawings of the edges of to the resulting drawing. Unfortunately, there are examples of graphs, in which any implementation of this method must incur crossings, where is the value of the optimal solution. This barrier seems to doom the only known approach to designing approximation algorithms for the problem, and to prevent it from yielding a better than -approximation. In this paper we propose a new paradigm that allows us to overcome this barrier. We show an algorithm that, given a bounded-degree graph and a planarizing set of its edges, computes another set with , such that is relatively small, and there exists a near-optimal drawing of in which only edges of participate in crossings. This allows us to reduce the Crossing Number problem to \emph{Crossing Number with Rotation System} -- a variant in which the ordering of the edges incident to every vertex is fixed as part of input. We show a randomized algorithm for this new problem, that allows us to obtain an -approximation for Crossing Number on bounded-degree graphs, for some constant .
Keywords
Cite
@article{arxiv.2011.06545,
title = {Towards Better Approximation of Graph Crossing Number},
author = {Julia Chuzhoy and Sepideh Mahabadi and Zihan Tan},
journal= {arXiv preprint arXiv:2011.06545},
year = {2021}
}