Uses of Interface
org.jgrapht.alg.interfaces.VertexColoringAlgorithm
Packages that use VertexColoringAlgorithm
-
Uses of VertexColoringAlgorithm in org.jgrapht.alg.color
Classes in org.jgrapht.alg.color that implement VertexColoringAlgorithmModifier and TypeClassDescriptionclassBrown graph coloring algorithm.classChordalGraphColoring<V,E> Calculates a minimum vertex coloring for a chordal graph.classColor refinement algorithm that finds the coarsest stable coloring of a graph based on a givenalphacoloring as described in the following paper: C.classGreedyColoring<V,E> The greedy coloring algorithm.classThe largest degree first greedy coloring algorithm.classRandomGreedyColoring<V,E> The greedy coloring algorithm with a random vertex ordering.classThe Dsatur greedy coloring algorithm.classThe smallest degree last greedy coloring algorithm.