MurtyAlgorithm icon indicating copy to clipboard operation
MurtyAlgorithm copied to clipboard

Murty's Algorithm for m-best assignments; Implementation inspired by Miller's pseudocode (see code)

Results 3 MurtyAlgorithm issues
Sort by recently updated
recently updated
newest added

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 ? ![murty](https://user-images.githubusercontent.com/41564076/75661156-790c4e00-5c75-11ea-8bd1-2c85849dc85c.png)