Skip to content

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

Notifications You must be signed in to change notification settings

chrsmrrs/amenability_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published