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 class
LargestDegreeFirstColoring<V,E>
The largest degree first greedy coloring algorithm.class
RandomGreedyColoring<V,E>
The greedy coloring algorithm with a random vertex ordering.class
SmallestDegreeLastColoring<V,E>
The smallest degree last greedy coloring algorithm.