Joris van Rantwijk 536529c36c | ||
---|---|---|
.github/workflows | ||
doc/figures | ||
python | ||
tests | ||
.gitignore | ||
Algorithm.md | ||
README.md | ||
pylintrc |
README.md
Maximum Weighted Matching
An O(n**3)
implementation of maximum weighted matching in general graphs.
This is currently work-in-progress.