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 TypeClassDescriptionclass
Brown graph coloring algorithm.class
ChordalGraphColoring<V,
E> Calculates a minimum vertex coloring for a chordal graph.class
Color refinement algorithm that finds the coarsest stable coloring of a graph based on a givenalpha
coloring as described in the following paper: C.class
GreedyColoring<V,
E> The greedy coloring algorithm.class
The largest degree first greedy coloring algorithm.class
RandomGreedyColoring<V,
E> The greedy coloring algorithm with a random vertex ordering.class
The Dsatur greedy coloring algorithm.class
The smallest degree last greedy coloring algorithm.