C++: The code uses the C++11 version of C++.
Python: requires pybind11
to be installed. See here for the requirements for pybind11 depending on your environment.
$ git clone git@github.com:DM-Lab-UvA/MinCompSpin_Python.git
$ cd MinCompSpin_Python
$ make
$ python test.py
The package can be built as shown in Install. You can then import it into python like so:
import MinCompSpin
MinCompSpin.main("input/path.bin", n)