CMakeLists.txt
Config.cmake.in
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
cmake/configure_ccache.cmake
dependencies/CMakeLists.txt
dependencies/googletest/CMakeLists.txt
dependencies/pybind11/CMakeLists.txt
include/wl/wl.hpp
include/wl/details/canonical_color_refinement.hpp
include/wl/details/edge_colored_graph.hpp
include/wl/details/printer.hpp
include/wl/details/utils.hpp
include/wl/details/weisfeiler_leman.hpp
include/wl/details/weisfeiler_leman_1d.hpp
include/wl/details/weisfeiler_leman_2d.hpp
python/src/CMakeLists.txt
python/src/main.cpp
python/src/pykwl/__init__.py
python/src/pykwl/__init__.pyi
python/src/pykwl/bindings.cpp
python/src/pykwl.egg-info/PKG-INFO
python/src/pykwl.egg-info/SOURCES.txt
python/src/pykwl.egg-info/dependency_links.txt
python/src/pykwl.egg-info/not-zip-safe
python/src/pykwl.egg-info/requires.txt
python/src/pykwl.egg-info/top_level.txt
src/CMakeLists.txt
src/canonical_color_refinement.cpp
src/edge_colored_graph.cpp
src/weisfeiler_leman.cpp
src/weisfeiler_leman_1d.cpp
src/weisfeiler_leman_2d.cpp
tests/CMakeLists.txt
tests/unit/CMakeLists.txt
tests/unit/canonical_color_refinement.cpp