Open SangeetaSingh opened 5 years ago
The easiest way is just negative the cost matrix and get the matching result. Of course you can choose to realize the Max-Weighted Bipartite Matching, it is very similar to this one, just change the labeling mechanism and updating policy.
The easiest way is just negative the cost matrix and get the matching result. Of course you can choose to realize the Max-Weighted Bipartite Matching, it is very similar to this one, just change the labeling mechanism and updating policy.