Skip to content

JCOL: A Java package for solving the graph coloring problem

Latest
Compare
Choose a tag to compare
@shah314 shah314 released this 13 Mar 17:56
· 8 commits to master since this release
a41c7dc

Implementation of graph coloring heuristics like DSATUR, Iterated Greedy and Local Search. Also includes an implementation of the backtracking graph coloring algorithm.