GraphTheory[SpecialGraphs]
GoldnerHararyGraph
construct Goldner-Harary graph
Calling Sequence
Description
Examples
References
Compatibility
GoldnerHararyGraph()
The GoldnerHararyGraph command creates the Goldner-Harary graph.
The Goldner-Harary graph is a planar non-Hamiltonian graph with 11 vertices and 27 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔GoldnerHararyGraph⁡
G≔Graph 1: an undirected graph with 11 vertices and 27 edge(s)
IsPlanar⁡G
true
ChromaticNumber⁡G
4
"Goldner-Harary graph", Wikipedia. http://en.wikipedia.org/wiki/Goldner-Harary_graph
The GraphTheory[SpecialGraphs][GoldnerHararyGraph] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
SpecialGraphs
Download Help Document