G = generateGraphs n
G = generateGraphs(n, e)
G = generateGraphs(n, le, ue)
This method generates all graphs on $n$ vertices subject to the constraints on the number of edges. It uses numerous options to allow further constraining of the output.
|
The number of vertices $n$ must be positive as nauty cannot handle graphs with zero vertices.
The object generateGraphs is a method function with options.
The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/NautyGraphs.m2:1013:0.