I am interested in using the Max Flow algorithm. I want to simulate the quantity transfer. Anyway, I'm not sure of anything.
Does the maximum flow algorithm produce a maximum flow distributed evenly?
I have provided an example image to show what I meant.
Black: edge capabilities
Red: incorrect, not uniform results
Green: correct, uniform results.
max-flow-image-example
I realize that there are many types of maximum flow algorithms, so to add to the question, or to be more specific, what maximum flow algorithms produce a uniform maximum flow and which do not?
Extra thing: I'll use floating points (converted into integers) and then I'll go back. But I do not think this matters here.
Thanks in advance!