Uses of Interface
com.jgalgo.alg.ColoringAlgo
-
Packages that use ColoringAlgo Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of ColoringAlgo in com.jgalgo.alg
Methods in com.jgalgo.alg that return ColoringAlgo Modifier and Type Method Description ColoringAlgo
ColoringAlgo.Builder. build()
Create a new algorithm object for coloring computation.static ColoringAlgo
ColoringAlgo. newInstance()
Create a new coloring algorithm object.
-