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 TypeClassDescriptionclassThe largest degree first greedy coloring algorithm.classRandomGreedyColoring<V,E> The greedy coloring algorithm with a random vertex ordering.classThe smallest degree last greedy coloring algorithm.