Bipartite Matching Ford-Fulkerson Bug
Closed this issue · 1 comments
kazimierz-256 commented
The following graph is considered as not bipartite by the algorithm (which in reality is):
(0) -- (2)
(1) -- (3)
as in MColorer appears to be unable to color the disconnected graph using 2 colors.
justcoding121 commented
Thanks for reporting this Bug. I've identified the issue and will make a new release soon with the fix.