edmonds-karp Questions

2

Solved

I was trying to implement Edmonds-Karp in C++ for maximum flow, and I wrote it slightly differently: Instead of going through all edges in residual graph, I only went through the edges that are p...
Arvie asked 9/8, 2016 at 6:50

3

Solved

I implemented the Edmonds–Karp algorithm using the Pseudocode that I found in the Edmonds–Karp algorithm wiki page: http://en.wikipedia.org/wiki/Edmonds%E2%80%93Karp_algorithm It works great, yet ...
Mingle asked 21/3, 2011 at 16:15

1

Solved

I am implementing this algorithm for a directed graph. But the interesting thing about this graph nodes have also their own flow capacities. I think, this subtle change of the original problem must...
Decemvir asked 5/1, 2012 at 23:17
1

© 2022 - 2024 — McMap. All rights reserved.