GeneralizedHexagonGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

GeneralizedHexagonGraph

  

construct generalized hexagon graph

  

Tutte12CageGraph

  

construct Tutte 12-cage graph

 

Calling Sequence

Description

Examples

References

Calling Sequence

GeneralizedHexagonGraph()

Tutte12CageGraph()

Description

• 

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().

Examples

withGraphTheory:

withSpecialGraphs:

GGeneralizedHexagonGraph

GGraph 1: an undirected graph with 126 vertices and 189 edge(s)

(1)

IsBipartiteG

true

(2)

GirthG

12

(3)

DrawGraphG,style=spring

References

  

"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