This website requires JavaScript.
Explore
Help
Sign In
joris
/
maximum-weight-matching
Watch
1
Star
0
Fork
You've already forked maximum-weight-matching
0
Code
Pull Requests
Activity
d3475834ab
maximum-weight-matching
/
python
History
Joris van Rantwijk
d3475834ab
Add from __future__ import annotations
...
This makes the code work on Python versions 3.7 and 3.8.
2024-07-09 21:10:38 +02:00
..
mwmatching
Add from __future__ import annotations
2024-07-09 21:10:38 +02:00
tests
Restructure Python code as package
2024-07-09 21:10:38 +02:00
run_matching.py
Remove redundant type annotations "int|float"
2024-07-09 21:10:38 +02:00