You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msollami edited this page Mar 1, 2012
·
5 revisions
Background
About Chromatic
This is a randomized genetic algorithm for computing an upper bound on the chromatic number of a graph.
How To Use
Compilation
$ g++ chromatic.cpp -O3 -o chrom
Preprocess input graph
Use the mathematica notebook preprocess.nb to generate the optimized data structure in binary format. Change $graphPath and $repoPath, and run notebook.