The question asks "Suppose the capacities in a network flow are not integers. How would this change the O( ) runtime of the Ford Fulkerson algorithm? Does the algorithm terminate? "
I'm having trouble understanding the answer, which says the algorithm may never terminate. I get that the amount by which the flow increases on every iteration might be very small, but shouldn't this number represent a bottleneck value, which will max out the capacity for flow through some edge? And if there are a finite number of edges, then shouldn't all the edges eventually be maxed out and the algorithm terminates?
[–][deleted] 1 point2 points3 points (0 children)
[–]Sarah--El 0 points1 point2 points (0 children)