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

03-splay_experiment

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