Joris van Rantwijk 71a7dfc9a3 | ||
---|---|---|
python | ||
tests/generate | ||
README.md |
README.md
Maximum Weighted Matching
An O(n**3)
implementation of maximum weighted matching in general graphs.
This is currently work-in-progress.