Zoltan2
Loading...
Searching...
No Matches
Coloring

Coloring Functionality

Graph coloring problems currently supported:

  • Distance-1 vertex coloring

The algorithm currently implemented is a greedy linear-time algorithm. The default option is FirstFit color choice, but Random and LeastUsed are options to achieve better balance in the color sizes.

Currently serial; multithreaded coloring is planned for a future release.