Skip to content

Files

Latest commit

 

History

History
33 lines (21 loc) · 622 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 622 Bytes

murty

Python package for Murty's algorithm.

Requirements

  • Python 3.7
  • Eigen 3.3

Usage

Just type make and it will initiate the pybind submodule and install the package.

You could also do

git clone --recursive [email protected]:erikbohnsack/murty.git 
pip3 install ./murty

Test

make test

Acknowledgements

This code is just an extraction of Jonatan Olofsson's implementation of Murty's algorithm from his MHT repo. It's basically Jonatan's code implemented as pybind's cmake_example

License

GPLv3