HoffmanGraph - 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]

  

HoffmanGraph

  

construct Hoffman graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

HoffmanGraph()

Description

• 

The HoffmanGraph() command constructs the Hoffman graph.

• 

The Hoffman graph is a nonplanar bipartite graph with 16 vertices and 32 edges.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

H≔HoffmanGraph⁡

H≔Graph 1: an undirected graph with 16 vertices and 32 edges

(1)
> 

IsPlanar⁡H

false

(2)
> 

ChromaticNumber⁡H

2

(3)
> 

Diameter⁡H

4

(4)
> 

DrawGraph⁡H

References

  

"Hoffman graph", Wikipedia. http://en.wikipedia.org/wiki/Hoffman_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][HoffmanGraph] command was introduced in Maple 2017.

• 

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

See Also

HoffmanSingletonGraph

SpecialGraphs