Expand description
Edmonds-Karp maximum flow using BFS augmenting paths. Edmonds-Karp maximum flow via BFS augmenting paths.
Functionsยง
- edmonds_
karp - Computes the maximum flow from
sourcetosinkusing the Edmonds-Karp algorithm (Ford-Fulkerson with BFS augmenting paths).