GraphTheory
Mycielski
construct Mycielski graph from graph
Calling Sequence
Parameters
Description
Examples
Mycielski(G)
G
-
undirected graph
Mycielski is a graph construction which, given a graph G on n vertices, returns a graph on 2n+1 vertices. If G is triangle-free with chromatic number k, then the returned graph is triangle-free with chromatic number k+1.
withGraphTheory:
withSpecialGraphs:
P≔PetersenGraph
P≔Graph 1: an undirected graph with 10 vertices and 15 edge(s)
G≔MycielskiP
G≔Graph 2: an undirected graph with 21 vertices and 55 edge(s)
ChromaticNumberG,bound
3..4
ChromaticNumberG
4
See Also
ChromaticNumber
Download Help Document