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.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔McGeeGraph⁡
G≔Graph 1: an undirected graph with 24 vertices and 36 edge(s)
IsBipartite⁡G
false
DrawGraph⁡G
"McGee graph", Wikipedia. http://en.wikipedia.org/wiki/McGee_graph
See Also
SpecialGraphs
Download Help Document