AtlasGraphFactoryExtension<V, E> extension

on

Methods

atlas(int number) Graph<V, E>
Returns a graph from "An Atlas of Graphs" by Ronald C. Read and Robin J. Wilson, Oxford University Press, 1998. number is a number between 0 and 1252.
atlasMatching({int? vertexCount, int? edgeCount}) Iterable<Graph<V, E>>
Returns an iterable over all the graphs in the atlas with the provided vertexCount (from 0 to 7) and edgeCount (from 0 to 21), see atlas for details.