Skip to content
Snippets Groups Projects
Select Git revision
  • 566b9dcfe3466757e2580b62386b2ecc88f31877
  • master default protected
2 results

group-connectivity-pub

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.)