Package | Description |
---|---|
org.jgrapht.alg.color |
Graph coloring algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
LargestDegreeFirstColoring<V,E>
The largest degree first greedy coloring algorithm.
|
class |
RandomGreedyColoring<V,E>
The greedy coloring algorithm with a random vertex ordering.
|
class |
SmallestDegreeLastColoring<V,E>
The smallest degree last greedy coloring algorithm.
|
Copyright © 2019. All rights reserved.