public abstract class ChromaticNumber
extends java.lang.Object
Constructor and Description |
---|
ChromaticNumber() |
Modifier and Type | Method and Description |
---|---|
static <V,E> int |
findGreedyChromaticNumber(UndirectedGraph<V,E> g)
Finds the number of colors required for a greedy coloring of the graph.
|
public static <V,E> int findGreedyChromaticNumber(UndirectedGraph<V,E> g)
g
- an undirected graph to find the chromatic number of