Uses of Class
org.jgrapht.alg.color.GreedyColoring
| Package | Description |
|---|---|
| org.jgrapht.alg.color |
Graph coloring algorithms.
|
-
Uses of GreedyColoring in org.jgrapht.alg.color
Subclasses of GreedyColoring in org.jgrapht.alg.color Modifier and Type Class Description classLargestDegreeFirstColoring<V,E>The largest degree first greedy coloring algorithm.classRandomGreedyColoring<V,E>The greedy coloring algorithm with a random vertex ordering.classSmallestDegreeLastColoring<V,E>The smallest degree last greedy coloring algorithm.