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.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔SzekeresSnark⁡
G≔Graph 1: an undirected graph with 50 vertices and 75 edge(s)
DrawGraph⁡G
H≔DoubleStarSnark⁡
H≔Graph 2: an undirected graph with 30 vertices and 45 edge(s)
DrawGraph⁡H
See Also
FlowerSnark
GeneralizedBlanusaSnark
GoldbergSnark
SpecialGraphs
WatkinsSnark
Download Help Document