GitHunt
CH

chrsmrrs/amenability_test

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

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).

Languages

C++98.8%CMake1.2%

Contributors

Created March 17, 2017
Updated October 27, 2021
chrsmrrs/amenability_test | GitHunt