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