You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
The three flow functions (find_cflow, find_gflow, find_pflow) all have very different implementations. However, as they are all concerned with finding flow, I believe they should share parameters and outputs as much as possible to hide the differences and complexity of each function.
find_glow returns two lambdas and a max value as a part of its return type? I don't know what's going on there but it makes it more difficult to test using assertions when the return values vary in this way.