Uses of Interface
org.jgrapht.experimental.alg.ApproximationAlgorithm
-
Packages that use ApproximationAlgorithm Package Description org.jgrapht.experimental.alg.color Experimental package with graph coloring algorithms. -
-
Uses of ApproximationAlgorithm in org.jgrapht.experimental.alg.color
Classes in org.jgrapht.experimental.alg.color that implement ApproximationAlgorithm Modifier and Type Class Description class
GreedyColoring<V,E>
Compute greedy graph colorings.
-