WellsGraph - Maple Help

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

WellsGraph

  

construct Wells graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

WellsGraph()

Description

• 

The WellsGraph command creates the Wells graph.

• 

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

Examples

withGraphTheory:

withSpecialGraphs:

WGWellsGraph

WGGraph 1: an undirected unweighted 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

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