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

group-connectivity-pub

user avatar
Radek Hušek authored
Add aditional parameter to Tester::init method.
Unused now but will be utilized by future 2-cut
optimalization.

Also required a bit of refactoring.
aa5ccf59
History

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