G = generateRandomRegularGraphs(n, num, reg)
This method generates a specified number of random graphs on a given number of vertices with a given regularity. Note that some graphs may be isomorphic.
|
The number of vertices $n$ must be positive as nauty cannot handle graphs with zero vertices.
The object generateRandomRegularGraphs is a method function with options.