/amenability_test

Implementation of the algorithm described in the paper "On the Power of Color Refinement".

Primary LanguageC++

Amenability Test

Implementation of the algorithm described in the paper "On the Power of Color Refinement".

Compile

Using cmake you can simply type cmake cmake-build-debug, otherwise (using gcc)

$ g++ main.cpp src/.* -std=c++11 -o amenibility_test -O2

Usage

You can select the data set in main.cpp.

More Data Sets

See Benchmark Data Sets for Graph Kernels for more data sets.

Contact Information

If you have any questions, send an email to Christopher Morris (christopher.morris at udo.edu).