public class WelshPowell<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WelshPowell.ColoredVertices<T> |
| Constructor and Description |
|---|
WelshPowell() |
| Modifier and Type | Method and Description |
|---|---|
WelshPowell.ColoredVertices<T> |
color(NumberedGraph<T> G) |
WelshPowell.ColoredVertices<T> |
color(NumberedGraph<T> G,
Comparator<T> order,
int maxColors) |
WelshPowell.ColoredVertices<T> |
color(NumberedGraph<T> G,
int maxColors) |
static <T> Comparator<T> |
defaultComparator(NumberedGraph<T> G) |
public static <T> Comparator<T> defaultComparator(NumberedGraph<T> G)
public WelshPowell.ColoredVertices<T> color(NumberedGraph<T> G)
public WelshPowell.ColoredVertices<T> color(NumberedGraph<T> G, int maxColors)
public WelshPowell.ColoredVertices<T> color(NumberedGraph<T> G, Comparator<T> order, int maxColors)