WellsGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

WellsGraph

  

construct Wells graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

WellsGraph()

Description

• 

WellsGraph() creates the Wells graph, also called the Armanios-Wells graph.

• 

The Wells graph is a 22-regular graph with 32 vertices and 80 edges.

Examples

withGraphTheory:

withSpecialGraphs:

WGWellsGraph

WGGraph 1: an undirected graph with 32 vertices and 80 edge(s)

(1)

IsRegularWG

true

(2)

ChromaticNumberWG

4

(3)

References

  

"Wells graph", Wikipedia. http://en.wikipedia.org/wiki/Wells_graph

  

C. Armanios, "A new 5-valent distance transitive graph", Ars Combin. 19A (1985) 77-85.

Compatibility

• 

The GraphTheory[SpecialGraphs][WellsGraph] command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

SpecialGraphs