GraphTheory[SpecialGraphs]
MarkstroemGraph
construct Markstroem graph
Calling Sequence
Description
Examples
References
Compatibility
MarkstroemGraph()
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.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔MarkstroemGraph⁡
G≔Graph 1: an undirected graph with 24 vertices and 36 edge(s)
IsPlanar⁡G
true
DrawGraph⁡G,style=planar
"Markstroem graph", Wikipedia. http://en.wikipedia.org/wiki/Erdős–Gyárfás conjecture
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
Download Help Document