Uses of Class
org.jgrapht.alg.color.GreedyColoring
Packages that use GreedyColoring
-
Uses of GreedyColoring in org.jgrapht.alg.color
Subclasses of GreedyColoring in org.jgrapht.alg.colorModifier and TypeClassDescriptionclass
The largest degree first greedy coloring algorithm.class
RandomGreedyColoring<V,
E> The greedy coloring algorithm with a random vertex ordering.class
The smallest degree last greedy coloring algorithm.