| Class | Description |
|---|---|
| GreedyColoring<V,E> |
The greedy coloring algorithm.
|
| LargestDegreeFirstColoring<V,E> |
The largest degree first greedy coloring algorithm.
|
| RandomGreedyColoring<V,E> |
The greedy coloring algorithm with a random vertex ordering.
|
| SaturationDegreeColoring<V,E> |
The Dsatur greedy coloring algorithm.
|
| SmallestDegreeLastColoring<V,E> |
The smallest degree last greedy coloring algorithm.
|
Copyright © 2017. All rights reserved.