This repository provides an implementation of the Weisfeiler-Leman graph isomorphism test.
This is a work in progress. The code is not yet finished, and there may be incomplete features, bugs, or areas requiring further development.
- CMake >= v.3.10
- C++ Compiler >= C++17
- Boost C++ Library
Before compiling and running this project, Boost must be installed in the following folder: /third_party/boost.
mkdir build
cd build
cmake -S .. -B .
make
./weisfeiler-leman