Weisfeiler-Leman library


License
GPL-3.0
Install
pip install pykwl==0.0.19

Documentation

Weisfeiler-Leman

Getting Started

Installing the Dependencies

We provide a CMake Superbuild project that takes care of downloading, building, and installing all dependencies.

# Configure dependencies
cmake -S dependencies -B dependencies/build -DCMAKE_INSTALL_PREFIX=dependencies/installs
# Build and install dependencies
cmake --build dependencies/build -j16