/murty

Python package for Murty's algorithm

Primary LanguageC++

murty

Python package for Murty's algorithm.

Usage

download murty.so and put it in the same directory with the code that would call on it. run import murty in your code

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