We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The same algorithm works fine provided |U| <= |V|. This prevents creating dummy 0 cost matchings that increase the complexity of the algorithm.
The text was updated successfully, but these errors were encountered:
The implementation has been changed to allow this case |U| <= |V|. It computes a matching of maximum profit where every vertex from U is matched.
Sorry, something went wrong.
Merge pull request #38 from samueltardieu/issue-37
45106c9
fix #37: do not require matching sizes in Kuhn-Munkres has been corrected.
No branches or pull requests
The same algorithm works fine provided |U| <= |V|. This prevents creating dummy 0 cost matchings that increase the complexity of the algorithm.
The text was updated successfully, but these errors were encountered: