MarkstroemGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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 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ős–Gyárfás 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