Uses of Interface
com.jgalgo.alg.color.ColoringAlgo
Packages that use ColoringAlgo
-
Uses of ColoringAlgo in com.jgalgo.alg.color
Classes in com.jgalgo.alg.color that implement ColoringAlgoModifier and TypeClassDescriptionclass
Abstract class for coloring algorithms.class
The D-Satur coloring algorithm.class
A greedy coloring algorithm with random vertices order.class
The Recursive Largest First coloring algorithm.Methods in com.jgalgo.alg.color that return ColoringAlgoModifier and TypeMethodDescriptionstatic ColoringAlgo
ColoringAlgo.newInstance()
Create a new coloring algorithm object.