Graph generator

MolecularGraph.Graph.squaregridMethod
squaregrid(m::Int,n::Int; mutable=false) -> PlainGraph

Generate $m \times n$ square grid graph.

Use cartesianproduct for higher dimensional grid graphs.

source