Graph topology

Cycle

Connectivity

Planarity

MolecularGraph.Graph.isplanarMethod
isplanar(graph::UndirectedGraph) -> Bool

Return whether the graph is planar.

Reference

  1. de Fraysseix, H., & Ossona de Mendez, P. (2012). Trémaux trees and planarity. European Journal of Combinatorics, 33(3), 279–293. https://doi.org/10.1016/j.ejc.2011.09.012
source

Triangles