Kuhn-Munkres algorithm maximum weight matching
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Basher Mohamed
2021 年 2 月 2 日
you can just multiply your cost function by -1 and directly use the same algorithm to find the maximum.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Financial Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!