SousselierGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

SousselierGraph

  

construct Sousselier graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

SousselierGraph()

Description

• 

The SousselierGraph command creates the Sousselier graph.

• 

The Sousselier graph is a hypohamiltonian graph with 16 vertices and 27 edges.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔SousselierGraph⁡

G≔Graph 1: an undirected graph with 16 vertices and 27 edges

(1)
> 

IsRegular⁡G

false

(2)
> 

ChromaticNumber⁡G

3

(3)

References

  

"Sousselier graph", Wikipedia. http://en.wikipedia.org/wiki/Sousselier_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][SousselierGraph] command was introduced in Maple 2021.

• 

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

See Also

SpecialGraphs