GraphTheory[SpecialGraphs]
GeneralizedHexagonGraph
construct generalized hexagon graph
Tutte12CageGraph
construct Tutte 12-cage graph
Calling Sequence
Description
Examples
References
GeneralizedHexagonGraph()
Tutte12CageGraph()
The GeneralizedHexagonGraph() command returns the generalized hexagon graph, also known as the Tutte 12-cage graph or the Benson graph.
It is the unique (3,12) cage graph.
The Tutte12CageGraph() command is an alias for GeneralizedHexagonGraph().
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔GeneralizedHexagonGraph⁡
G≔Graph 1: an undirected graph with 126 vertices and 189 edge(s)
IsBipartite⁡G
true
Girth⁡G
12
DrawGraph⁡G,style=spring
"Tutte 12-cage", Wikipedia. http://en.wikipedia.org/wiki/Tutte_12-cage
Benson, Clark Tabor. Minimal Regular Graphs of Girth 8 and 12. Can. J. Math. 18, 1091–1094, 1966. doi:10.4153/CJM-1966-109-8.
See Also
CageGraph
SpecialGraphs
Download Help Document