subhoghosal7 / Graph-Coloring

A fast coloring algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

A fast coloring algorithm


Languages

Language:C++ 100.0%