Inserting Multiple Edges into a Planar Graph
Abstract
Let be a connected planar (but not yet embedded) graph and a set of additional edges not yet in . The {multiple edge insertion} problem (MEI) asks for a drawing of with the minimum number of pairwise edge crossings, such that the subdrawing of is plane. An optimal solution to this problem approximates the crossing number of the graph . Finding an exact solution to MEI is NP-hard for general , but linear time solvable for the special case of (SODA01, Algorithmica) or when all of are incident to a new vertex (SODA09). The complexity for general but with constant was open, but algorithms both with relative and absolute approximation guarantees have been presented (SODA11, ICALP11). We show that the problem is fixed parameter tractable (FPT) in for biconnected , or if the cut vertices of have degrees bounded by a constant. We give the first exact algorithm for this problem; it requires only time for any constant .
Cite
@article{arxiv.1509.07952,
title = {Inserting Multiple Edges into a Planar Graph},
author = {Markus Chimani and Petr Hliněný},
journal= {arXiv preprint arXiv:1509.07952},
year = {2015}
}