Rename Python module to max_weight_matching
This commit is contained in:
parent
f76623dd5f
commit
3a347e8edb
|
@ -57,9 +57,6 @@ def maximum_weight_matching(
|
||||||
if not edges:
|
if not edges:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
print()
|
|
||||||
print("---")
|
|
||||||
|
|
||||||
# Initialize graph representation.
|
# Initialize graph representation.
|
||||||
graph = _GraphInfo(edges)
|
graph = _GraphInfo(edges)
|
||||||
|
|
Loading…
Reference in New Issue