Skip to content

Use the bispectrum on the symmetric group to solve graph isomorphism.

Notifications You must be signed in to change notification settings

sophiaas/graph-bispectrum

Repository files navigation

Graph Bispectrum

Use the bispectrum on the symmetric group to solve graph isomorphism.

Setup

git clone git@github.com:sophiaas/graphbispectrum.git
cd graphbispectrum
virtualenv env
. env/bin/activate
pip install cython
pip install -r requirements.txt
python setup.py build_ext --inplace
nosetests -s tests
deactivate

Docker

A Dockerfile and a docker-compose.yml are included in the root of the repo.

docker-compose build
docker-compose run graphbispectrum bash

This should give you an interactive shell inside the container. The code is mounted in the /code directory.

cd /code
python setup.py build_ext --inplace --force
nosetests -s tests

About

Use the bispectrum on the symmetric group to solve graph isomorphism.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published