Python package for Murty's algorithm.
- Python 3.7
- Eigen 3.3
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
make test
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
GPLv3