GraphTheory[SpecialGraphs]
BarnetteBosakLederbergGraph
construct Barnette-Bosák-Lederberg graph
Calling Sequence
Description
Examples
References
Compatibility
BarnetteBosakLederbergGraph()
The BarnetteBosakLederbergGraph command creates the Barnette-Bosák-Lederberg graph.
The Barnette-Bosák-Lederberg graph is a 3-regular planar graph with 38 vertices and 57 edges which is not Hamiltonian.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔BarnetteBosakLederbergGraph⁡
G≔Graph 1: an undirected graph with 38 vertices and 57 edge(s)
IsRegular⁡G,p
true
p
3
"Barnette-Bosák-Lederberg graph", Wikipedia. http://en.wikipedia.org/wiki/Barnette-Bosak-Lederberg_graph
The GraphTheory[SpecialGraphs][BarnetteBosakLederbergGraph] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
IsHamiltonian
IsRegular
SpecialGraphs
Download Help Document