Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi, the implementation returns the pos of least cost , how do I change it to return me the pos of max cost array? #13

Open
SangeetaSingh opened this issue Feb 25, 2019 · 1 comment

Comments

@SangeetaSingh
Copy link

No description provided.

@SangeetaSingh SangeetaSingh changed the title How to return Max price Hi, the implementation returns the pos of least cost , how do I change it to return me the pos of max cost array? Feb 25, 2019
@rocinant
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants