GraphTheory[SpecialGraphs]
SousselierGraph
construct Sousselier graph
Calling Sequence
Description
Examples
References
Compatibility
SousselierGraph()
The SousselierGraph command creates the Sousselier graph.
The Sousselier graph is a hypohamiltonian graph with 16 vertices and 27 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔SousselierGraph⁡
G≔Graph 1: an undirected graph with 16 vertices and 27 edge(s)
IsRegular⁡G
false
ChromaticNumber⁡G
3
"Sousselier graph", Wikipedia. http://en.wikipedia.org/wiki/Sousselier_graph
The GraphTheory[SpecialGraphs][SousselierGraph] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
SpecialGraphs
Download Help Document