Skip to content

Forward star graph representation implemeted with Python C API

Notifications You must be signed in to change notification settings

tomekstankowski/forward-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forward star graph representation implemeted with Python C API

Install

Scripts were written in Python 3.6. You need to have python-dev package installed.

To build module's shared library, run:
python3 setup.py build

To add simplegraphs module to your system, run:
python3 setup.py install

Now you can import forward star implementation:
from simplegraphs import ForwardStar

About

Forward star graph representation implemeted with Python C API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published