GraphTheory[SpecialGraphs]
BrouwerHaemersGraph
construct Brouwer-Haemers graph
Calling Sequence
Description
Examples
References
Compatibility
BrouwerHaemersGraph()
The BrouwerHaemersGraph command creates the Brouwer-Haemers graph.
The Brouwer-Haemers graph is a strongly regular graph with 81 vertices and 810 edges.
withGraphTheory:
withSpecialGraphs:
BH≔BrouwerHaemersGraph
BH≔Graph 1: an undirected graph with 81 vertices and 810 edge(s)
IsStronglyRegularBH,parameters
true,20,1,6
ChromaticNumberBH
7
"Brouwer-Haemers graph", Wikipedia. http://en.wikipedia.org/wiki/Brouwer-Haemers_graph
The GraphTheory[SpecialGraphs][BrouwerHaemersGraph] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
SpecialGraphs
Download Help Document