Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 578 Bytes

File metadata and controls

22 lines (17 loc) · 578 Bytes

Requirements

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.

Install

  $ git clone git@github.com:DM-Lab-UvA/MinCompSpin_Python.git
  $ cd MinCompSpin_Python
  $ make
  $ python test.py

Usage

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)