MurtyAlgorithm
MurtyAlgorithm copied to clipboard
Murty's Algorithm for m-best assignments; Implementation inspired by Miller's pseudocode (see code)
I have found some implemented versions of Murty. (1) https://github.com/jonatanolofsson/mht/tree/master/murty (2) https://github.com/motrom/fastmurty Could you please let me know the comparison (in terms of speed) of your code with others?
I have found one Fork repository (from your code) that does minimization. https://github.com/jonatanolofsson/MurtyAlgorithm Is it correct to follow? ``` WeightMatrix a = w; if (MODE == MINIMIZATION) { a =...
HI, i try to compile and test the result. However, it gives me an incorrec result .Can you take a look at this picture please ? 