GraphTheory[SpecialGraphs]
ClebschGraph
construct Clebsch graph
Calling Sequence
Parameters
Description
Examples
ClebschGraph()
ClebschGraph(V)
V
-
set or list of size 16 (optional)
The ClebschGraph command creates the Clebsch graph on 16 vertices.
The Clebsch graph is a non-planar, triangle-free, and 5-regular graph with chromatic number 4. As an option, you may input the labels of the vertices as a list of size 16.
with⁡GraphTheory:
with⁡SpecialGraphs:
C≔ClebschGraph⁡
C≔Graph 1: an undirected graph with 16 vertices and 40 edge(s)
IsPlanar⁡C
false
IsRegular⁡C
true
ChromaticNumber⁡C
4
DrawGraph⁡C
See Also
SpecialGraphs
Download Help Document