GraphTheory[SpecialGraphs]
CameronGraph
construct Cameron graph
Calling Sequence
Description
Examples
References
Compatibility
CameronGraph()
The CameronGraph() command returns the Cameron graph, a strongly regular graph with 231 vertices and 3465 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔CameronGraph⁡
G≔Graph 1: an undirected graph with 231 vertices and 3465 edge(s)
IsStronglyRegular⁡G,parameters
true,30,9,3
"Cameron graph", Wikipedia. http://en.wikipedia.org/wiki/Cameron_graph
The GraphTheory[SpecialGraphs][CameronGraph] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
IsStronglyRegular
SpecialGraphs
Download Help Document