GraphTheory[SpecialGraphs]
McGeeGraph
construct McGee graph
Calling Sequence
Description
Examples
References
McGeeGraph()
The McGeeGraph() command returns the McGee graph, a 3-regular graph with 24 vertices and 36 edges.
withGraphTheory:
withSpecialGraphs:
G≔McGeeGraph
G≔Graph 1: an undirected graph with 24 vertices and 36 edge(s)
IsBipartiteG
false
DrawGraphG
"McGee graph", Wikipedia. http://en.wikipedia.org/wiki/McGee_graph
See Also
SpecialGraphs
Download Help Document