Maximum flow algorithm : excess calculus

34 Views Asked by At

In an exercice I have to calculate the excess of a, b, c.

Graph

I found e(a) = 0, e(b) = 2, e(c) = 4 but seems false referring to a correction.

What am I doing wrong ?

Thank's