# murty **Repository Path**: lisongze92/murty ## Basic Information - **Project Name**: murty - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-17 - **Last Updated**: 2023-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 git@github.com: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](https://github.com/jonatanolofsson/mht). It's basically Jonatan's code implemented as [pybind's cmake_example](https://github.com/pybind/cmake_example) ## License GPLv3