Kuhn-Munkres algorithm maximum weight matching
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponses (1)
Basher Mohamed
le 2 Fév 2021
you can just multiply your cost function by -1 and directly use the same algorithm to find the maximum.
0 commentaires
Voir également
Catégories
En savoir plus sur Financial Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!