Graph-Coloring pSS.cpp is the file to color graph Compile g++ -std=c++11 -O3 -o pSS pSS.cpp -lm -lpthread Run ./pSS <graph_file.col>