Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 644 Bytes

File metadata and controls

31 lines (22 loc) · 644 Bytes

Weisfeiler-Leman graph isomorphism test

This repository provides an implementation of the Weisfeiler-Leman graph isomorphism test.

🚧 Work in Progress

This is a work in progress. The code is not yet finished, and there may be incomplete features, bugs, or areas requiring further development.

Installation

Prerequisites

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

Install

mkdir build
cd build
cmake -S .. -B .
make

How to use

Run

./weisfeiler-leman