AtlasGraphFactoryExtension<V, E> extension
- on
-
- GraphFactory<
V, E>
- GraphFactory<
Methods
-
atlas(
int number) → Graph< V, E> -
Available on GraphFactory<
Returns a graph from "An Atlas of Graphs" by Ronald C. Read and Robin J. Wilson, Oxford University Press, 1998.V, E> , provided by the AtlasGraphFactoryExtension extensionnumber
is a number between0
and1252
. -
atlasMatching(
{int? vertexCount, int? edgeCount}) → Iterable< Graph< V, E> > -
Available on GraphFactory<
Returns an iterable over all the graphs in the atlas with the providedV, E> , provided by the AtlasGraphFactoryExtension extensionvertexCount
(from0
to7
) andedgeCount
(from0
to21
), see atlas for details.