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 vertices, returns a graph on vertices. If G is triangle-free with chromatic number , then the returned graph is triangle-free with chromatic number .
See Also
ChromaticNumber
Download Help Document