| Class | Description |
|---|---|
| BrownBacktrackColoring<V,E> |
Brown graph coloring algorithm.
|
| ChordalGraphColoring<V,E> |
Calculates a minimum vertex
coloring for a chordal graph.
|
| ColorRefinementAlgorithm<V,E> |
Color refinement algorithm that finds the coarsest stable coloring of a graph based on a given
alpha coloring as described in the following
paper: C. |
| 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 © 2019. All rights reserved.