Implementation of the algorithm described in the paper "On the Power of Color Refinement".
Using cmake
you can simply type cmake cmake-build-debug
, otherwise (using gcc
)
$ g++ main.cpp src/.* -std=c++11 -o amenibility_test -O2
You can select the data set in main.cpp
.
See Benchmark Data Sets for Graph Kernels for more data sets.
If you have any questions, send an email to Christopher Morris (christopher.morris at udo.edu).