V - the graph vertex typepublic interface VertexColoringAlgorithm<V>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VertexColoringAlgorithm.Coloring<V>
A coloring.
|
static class |
VertexColoringAlgorithm.ColoringImpl<V>
Default implementation of the coloring interface.
|
| Modifier and Type | Method and Description |
|---|---|
VertexColoringAlgorithm.Coloring<V> |
getColoring()
Computes a vertex coloring.
|
VertexColoringAlgorithm.Coloring<V> getColoring()
Copyright © 2018. All rights reserved.