V
- the graph vertex typepublic static interface VertexColoringAlgorithm.Coloring<V>
n-1
where n is the number of vertices of the
graph.Modifier and Type | Method and Description |
---|---|
List<Set<V>> |
getColorClasses()
Get the color classes.
|
Map<V,Integer> |
getColors()
Get the color map.
|
int |
getNumberColors()
Get the number of colors.
|
int getNumberColors()
List<Set<V>> getColorClasses()
Copyright © 2017. All rights reserved.