Fast node overlap removal

  • Authors:
  • Tim Dwyer;Kim Marriott;Peter J. Stuckey

  • Affiliations:
  • School of Comp. Science & Soft. Eng., Monash University, Australia;School of Comp. Science & Soft. Eng., Monash University, Australia;NICTA Victoria Laboratory Dept. of Comp. Science & Soft. Eng., University of Melbourne, Australia

  • Venue:
  • GD'05 Proceedings of the 13th international conference on Graph Drawing
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

The problem of node overlap removal is to adjust the layout generated by typical graph drawing methods so that nodes of non-zero width and height do not overlap, yet are as close as possible to their original positions. We give an O(n log n) algorithm for achieving this assuming that the number of nodes overlapping any single node is bounded by some constant. This method has two parts, a constraint generation algorithm which generates a linear number of “separation” constraints and an algorithm for finding a solution to these constraints “close” to the original node placement values. We also extend our constraint solving algorithm to give an active set based algorithm which is guaranteed to find the optimal solution but which has considerably worse theoretical complexity. We compare our method with convex quadratic optimization and force scan approaches and find that it is faster than either, gives results of better quality than force scan methods and similar quality to the quadratic optimisation approach.