Optimal k-level planarization and crossing minimization

  • Authors:
  • Graeme Gange;Peter J. Stuckey;Kim Marriott

  • Affiliations:
  • Department of Computer Science and Software Engineering, The University of Melbourne, Vic., Australia;Department of Computer Science and Software Engineering, The University of Melbourne, Vic., Australia;Clayton School of IT, Monash University, Vic., Australia

  • Venue:
  • GD'10 Proceedings of the 18th international conference on Graph drawing
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

An important step in laying out hierarchical network diagrams is to order the nodes on each level. The usual approach is to minimize the number of edge crossings. This problem is NP-hard even for two layers when the first layer is fixed. Hence, in practice crossing minimization is performed using heuristics. Another suggested approach is to maximize the planar subgraph, i.e. find the least number of edges to delete to make the graph planar. Again this is performed using heuristics since minimal edge deletion for planarity is NP-hard.We show that using modern SAT and MIP solving approaches we can find optimal orderings for minimal crossing or minimal edge deletion for planarization on reasonably sized graphs. These exact approaches provide a benchmark for measuring quality of heuristic crossing minimization and planarization algorithms. Furthermore, we can straightforwardly extend our approach to minimize crossings followed by maximizing planar subgraph or vice versa; these hybrid approaches produce noticeably better layout then either crossing minimization or planarization alone.