1
0
Fork 0
maximum-weight-matching/python
Joris van Rantwijk b2d4de41f9 Add __slots__ in datastruct.py
It does not make a clear difference for performance.
But it should at least reduce memory usage a bit.
2024-07-09 21:10:38 +02:00
..
datastruct.py Add __slots__ in datastruct.py 2024-07-09 21:10:38 +02:00
mwmatching.py Minor changes to docstrings 2024-07-09 21:10:38 +02:00
run_matching.py Pylint cleanups 2023-03-12 12:16:29 +01:00
test_datastruct.py Add method PriorityQueue.increase_prio 2024-07-09 21:10:38 +02:00
test_mwmatching.py Improve test coverage 2024-07-09 21:10:38 +02:00