This repo contains the project of my M.Sc. thesis entitled "Graph Compression Using The Regularity Method" accessible on arXiv.
The code runs with python3.6
.
The packages required are in the file requirements.txt
, I suggest to create a virtualenv and install the packages by running pip install -r requirements.txt.
To have a demostration just run python run.py
, in order to fully understand I suggest to read the thesis.