Kuhn-Munkres algorithm maximum weight matching
Ältere Kommentare anzeigen
I need a demo code implementing Kuhn-Munkres algorithm for maximum weight matching. I found a file for minimum weight matching but I need the maximum one.
Thank you.
Antworten (1)
Basher Mohamed
am 2 Feb. 2021
0 Stimmen
you can just multiply your cost function by -1 and directly use the same algorithm to find the maximum.
Kategorien
Mehr zu Financial Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!