1
0
Fork 0
maximum-weight-matching/python
Joris van Rantwijk 23c3e35865 Eliminate edges with negative weight
The base algorithm transparently ignores edges, but only if
the graph contains at least 1 edge with positive weight.
If ALL edges have negative weight, dual variables may be
initialized to negative values which leads to failure.
2023-02-13 22:17:48 +01:00
..
max_weight_matching.py Eliminate edges with negative weight 2023-02-13 22:17:48 +01:00
test_matching.py Unit tests ported over from old code 2023-02-13 22:06:13 +01:00