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

  

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

withGraphTheory:

withSpecialGraphs:

HHoffmanGraph

HGraph 1: an undirected graph with 16 vertices and 32 edge(s)

(1)

IsPlanarH

false

(2)

ChromaticNumberH

2

(3)

DiameterH

4

(4)

DrawGraphH

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