JuliaGraphs / LightGraphsFlows.jl

Flow algorithms on LightGraphs
Other
36 stars 11 forks source link

Add more tests for BoykovKolmorogovAlgorithm #51

Closed juliohm closed 3 years ago

juliohm commented 3 years ago

In an attempt to spot a possible bug in the Boykov-Kolmogorov algorithm (#43), I am adding more tests to it.

juliohm commented 3 years ago

This PR is ready for review. Please let me know if you would like me to use the request review button on GitHub in future PRs.

matbesancon commented 3 years ago

all good thanks, could you close #43 accordingly?

juliohm commented 3 years ago

I am still investigating to see if the bug is present here or somewhere else downstream. I will close that issue as soon as I get to it.