Select Git revision
README.md 532 B
Group Connectivity
This project aims to implement library for fast testing of group connectivity (for a selected groups) usable from Sage.
Compilation
Just do make. Requires Cython >= 0.17.
To compile with nondefault options use i.e. CXXFLAGS="-DSAVE_MEMORY=0" make
to turn off SAVE_MEMORY. For list of options see file compileTimeOptions.h.
Usage
Run Sage in project directory and use import groupConnectivity
to import it. (The only required file is groupConnectivity.so.)