PyPCalg is a python wrapper for the PC++ code available here. At the moment provides an efficient implementation of the skeleton
function, with thr possibility to return the separetion sets.
This package has been tested under Ubuntu 16.04 with:
- Python 2.7.11
- Boost libraries 1.58
pip install git+https://github.com/lucamasera/pyPCalg.git
If you want to use PyPCalg as local package replace the last command with:
pip install git+https://github.com/lucamasera/pyPCalg.git --user
The example folder contains a short example to show how to call the function.