I) The maximal flow in the following network is 10
II) Given the following graph with its corresponding max flow and capacities from s to t
III) The push-relabeled based algorithms are the ones which involves computing a residual network and looking for augmenting paths
IV) The sum of the incoming flow of a vertex u has to be equal to the sum of the outgoing flow of u, except in the source and sink nodes
Given these statements, mark the alternative that all statements are true:
a) only I, and IV
b) only III, and IV
c) only II, and III
d) only I, II, and IV
e) None of the above
Original idea by: Levy Chaves