1
0
Fork 0

Rename Python module to max_weight_matching

This commit is contained in:
Joris van Rantwijk 2023-02-05 20:51:15 +01:00
parent f76623dd5f
commit 3a347e8edb
1 changed files with 0 additions and 3 deletions

View File

@ -57,9 +57,6 @@ def maximum_weight_matching(
if not edges:
return []
print()
print("---")
# Initialize graph representation.
graph = _GraphInfo(edges)