MarkstroemGraph - Maple Help

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

MarkstroemGraph

  

construct Markstroem graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

MarkstroemGraph()

Description

• 

The MarkstroemGraph() command returns the Markström graph, a planar undirected graph with 15 vertices and 39 edges.

• 

The Markstroem graph was discovered by Klas Markström as a counterexample to the open Erdős-Gyárfás conjecture.

Examples

withGraphTheory:

withSpecialGraphs:

GMarkstroemGraph

GGraph 1: an undirected unweighted graph with 24 vertices and 36 edge(s)

(1)

IsPlanarG

true

(2)

DrawGraphG,style=planar

References

  

"Markstroem graph", Wikipedia. http://en.wikipedia.org/wiki/Erd\305\221s\342\200\223Gy\303\241rf\303\241s conjecture

Compatibility

• 

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

• 

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

See Also

SpecialGraphs