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 TypeClassDescriptionclassAbstract class for coloring algorithms.classThe D-Satur coloring algorithm.classA greedy coloring algorithm with random vertices order.classThe Recursive Largest First coloring algorithm.Methods in com.jgalgo.alg.color that return ColoringAlgoModifier and TypeMethodDescriptionstatic ColoringAlgoColoringAlgo.newInstance()Create a new coloring algorithm object.