1
0
Fork 0
maximum-weight-matching/python
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