GraphTheory[SpecialGraphs]
HallJankoGraph
construct Hall-Janko graph
Calling Sequence
Description
Examples
Compatibility
HallJankoGraph()
The HallJankoGraph command creates the Hall-Janko graph.
The Hall-Janko graph is a 36-regular undirected graph with 100 vertices and 1800 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔HallJankoGraph⁡
G≔Graph 1: an undirected graph with 100 vertices and 1800 edge(s)
IsRegular⁡G
true
ChromaticNumber⁡G
10
The GraphTheory[SpecialGraphs][HallJankoGraph] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
SpecialGraphs
Download Help Document