public static class WelshPowell.ColoredVertices<T> extends Object
Constructor and Description |
---|
ColoredVertices(boolean fullColoring,
Map<T,Integer> colors,
int numColors) |
ColoredVertices(boolean fullColoring,
NumberedGraph<T> G,
int[] colors,
int numColors) |
Modifier and Type | Method and Description |
---|---|
Map<T,Integer> |
getColors() |
int |
getNumColors() |
boolean |
isFullColoring() |
public ColoredVertices(boolean fullColoring, NumberedGraph<T> G, int[] colors, int numColors)