You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've removed general weighted matching for now with b5855e2. Will open a PR (starting with reverting this commit) if we want to restore it at a later date.
Why this Nup?
Maximum (weighted) matching. This is a distinctly different model (MIP) from the linear network flow of bipartite matching.
Does it fall under an existing category?
Yes, graphs
What will the API be?
scipy sparse graph input, scipy sparse output (max. matching as a subgraph)
Additional context
We want to have fit-for-purpose models where we assume:
The text was updated successfully, but these errors were encountered: