/graph-tool-extra

Some useful graph functions using graph-tool

Primary LanguagePython

Graph-tool Extras

Collection of functions and extra algorithms that are not available in graph-tool but which I have found useful while using the module.

src/
 |--- disjoint.py
 |--- suurballe.py

Development

This python environment is manage with pipenv To install all the dependencies in a new python environment, you can run

pipenv install --dev

To run the tests, just type pytest

  1. To compile the c++ extension and generate the file libdisjoint.so, run make in the folder cpp_extension folder