Skip to content

An implementation of the Weisfeiler-Leman graph isomorphism test

Notifications You must be signed in to change notification settings

doblerk/weisfeiler-leman-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An implementation of the Weisfeiler-Leman graph isomorphism test

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published