Uses of Interface
org.jgrapht.alg.interfaces.VertexColoringAlgorithm
| Package | Description |
|---|---|
| org.jgrapht.alg.color |
Graph coloring algorithms.
|
-
Uses of VertexColoringAlgorithm in org.jgrapht.alg.color
Classes in org.jgrapht.alg.color that implement VertexColoringAlgorithm Modifier and Type Class Description classBrownBacktrackColoring<V,E>Brown graph coloring algorithm.classChordalGraphColoring<V,E>Calculates a minimum vertex coloring for a chordal graph.classColorRefinementAlgorithm<V,E>Color 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.classLargestDegreeFirstColoring<V,E>The largest degree first greedy coloring algorithm.classRandomGreedyColoring<V,E>The greedy coloring algorithm with a random vertex ordering.classSaturationDegreeColoring<V,E>The Dsatur greedy coloring algorithm.classSmallestDegreeLastColoring<V,E>The smallest degree last greedy coloring algorithm.