Uses of Interface
com.jgalgo.alg.color.ColoringAlgo
-
Uses of ColoringAlgo in com.jgalgo.alg.color
Modifier 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.Modifier and TypeMethodDescriptionstatic ColoringAlgo
ColoringAlgo.newInstance()
Create a new coloring algorithm object.