JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Package
com.jgalgo.alg.color
Packages that use
com.jgalgo.alg.color
Package
Description
com.jgalgo.alg.color
Algorithms for solving graph coloring problems.
Classes in
com.jgalgo.alg.color
used by
com.jgalgo.alg.color
Class
Description
ColoringAlgo
An algorithm that assign a color to each vertex in a graph such that the endpoints of each edge have different colors.
ColoringAlgoAbstract
Abstract class for coloring algorithms.