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
maximum_weight_perfect_matching
That's really not a nice behavior :\
the fault seems to be on BlossomV.jl side mlewe/BlossomV.jl#25
Ok, in fact, the problem seems to originate from Blossom V itself, this is so bad :(
// Computes a perfect matching of minimum cost. // NOTE: a perfect matching of finite cost must exist (otherwise the behaviour is not specified).
We can get around this by adding dummy edges with big weights.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
That's really not a nice behavior :\
the fault seems to be on BlossomV.jl side mlewe/BlossomV.jl#25Ok, in fact, the problem seems to originate from Blossom V itself, this is so bad :(
We can get around this by adding dummy edges with big weights.
The text was updated successfully, but these errors were encountered: