GraphTheory[SpecialGraphs]
SzekeresSnark
construct Szekeres snark graph
DoubleStarSnark
construct double snark graph
Calling Sequence
Description
Examples
SzekeresSnark()
DoubleStarSnark()
A snark is a nontrivial cubic graph with chromatic index 4.
The SzekeresSnark command creates a snark with 50 vertices.
The DoubleStarSnark command creates a snark with 30 vertices.
withGraphTheory:
withSpecialGraphs:
G≔SzekeresSnark
G≔Graph 1: an undirected graph with 50 vertices and 75 edge(s)
DrawGraphG
H≔DoubleStarSnark
H≔Graph 2: an undirected graph with 30 vertices and 45 edge(s)
DrawGraphH
See Also
FlowerSnark
GeneralizedBlanusaSnark
GoldbergSnark
SpecialGraphs
WatkinsSnark
Download Help Document