Skip to content

erikbohnsack/murty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python package for Murty's algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published