Clustered planarity

From HandWiki
Revision as of 19:27, 8 February 2024 by John Stpola (talk | contribs) (change)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
A clustered planar drawing

In graph drawing, a clustered planar graph is a graph together with a hierarchical clustering on its vertices, such that the graph can be drawn together with a collection of simple closed curves surrounding each cluster with no crossings between graph edges or clusters.[1]

The clustering can be described combinatorially by a collection of subsets of the vertices such that, for each two subsets, either both are disjoint or one is contained in the other. It is not required that the clustering be maximal nor that every vertex belong to a cluster. In a clustered planar drawing, no two edges may cross each other (that is, the graph must be planar), no two of the curves representing clusters may cross each other, an edge may cross a cluster boundary only if it connects a vertex inside the cluster to a vertex outside the cluster, and when an edge and cluster boundary cross they may cross only once.[1] After much past work on the problem, a polynomial-time algorithm testing clustered planarity was found in 2019 by Radoslav Fulek and Csaba Tóth.[2]

References

  1. 1.0 1.1 Cortese, Pier Francesco; Di Battista, Giuseppe (2005), "Clustered planarity", Proc. 21st Symp. Computational Geometry (SCG'05), New York: ACM, pp. 32–34, doi:10.1145/1064092.1064093 . A brief survey paper associated with an invited talk at SCG.
  2. Fulek, Radoslav; Tóth, Csaba D. (2020), "Atomic embeddability, clustered planarity, and thickenability", Proc. 31st ACM-SIAM Symposium on Discrete Algorithms, pp. 2876–2895, doi:10.1137/1.9781611975994.175