Python package for Murty's algorithm.
download murty.so and put it in the same directory with the code that would call on it. run import murty in your code
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