Class | Description |
---|---|
ChordalGraphColoring<V,E> |
Calculates a minimum vertex
coloring for a chordal graph.
|
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 © 2018. All rights reserved.