GraphTheory[SpecialGraphs]
HigmanSimsGraph
construct Higman-Sims graph
Calling Sequence
Description
Examples
References
Compatibility
HigmanSimsGraph()
The HigmanSimsGraph command creates the Higman-Sims graph, a 22-regular graph with 100 vertices and 1100 edges.
The automorphism group of the Higman-Sims graph contains the Higman-Sims group as a subgroup of index 2.
with⁡GraphTheory:
with⁡SpecialGraphs:
HS≔HigmanSimsGraph⁡
HS≔Graph 1: an undirected graph with 100 vertices and 1100 edge(s)
IsStronglyRegular⁡HS,parameters
true,22,0,6
ChromaticNumber⁡HS
6
"Higman-Sims graph", Wikipedia. http://en.wikipedia.org/wiki/Higman-Sims_graph
The GraphTheory[SpecialGraphs][HigmanSimsGraph] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
GroupTheory[HigmanSimsGroup]
IsStronglyRegular
SpecialGraphs
Download Help Document