Title :
O(n2) algorithms for graph planarization
Author :
Jayakumar, R. ; Thulasiraman, K. ; Swamy, M.N.S.
Author_Institution :
Dept. of Comput. Sci., Concordia Univ., Montreal, Que., Canada
fDate :
3/1/1989 12:00:00 AM
Abstract :
The authors present two O(n2) planarization algorithms, PLANARIZE and MAXIMAL-PLANARIZE. These algorithms are based on A. Lempel, S. Even, and I. Cederbaum´s (1967) planarity testing algorithm and its implementation using PQ-trees. Algorithm PLANARIZE is for the construction of a spanning planar subgraph of an n-vertex nonplanar graph. The algorithm proceeds by embedding one vertex at a time and, at each step, adds the maximum number of edges possible without creating nonplanarity of the resultant graph. Given a biconnected spanning planar subgraph Gp of a nonplanar graph G, the MAXIMAL-PLANARIZE algorithm constructs a maximal planar subgraph of G which contains Gp . This latter algorithm can also be used to planarize maximally a biconnected planar graph
Keywords :
graph theory; trees (mathematics); MAXIMAL-PLANARIZE; PLANARIZE; PQ-trees; biconnected spanning planar subgraph; embedding; graph planarization; maximal planar subgraph; n-vertex nonplanar graph; planarity testing algorithm; spanning planar subgraph; Computer science; Councils; Design automation; Electronic circuits; NP-complete problem; Planarization; Printed circuits; Testing; Wire;
Journal_Title :
Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on