The Central Student Directory of UNICAMP plans to organize a 5 Km race on the Barão Geraldo campus. To ensure safety, the campus administration has imposed restrictions on the number of students allowed on each campus street. To maximize registration opportunities, the administration modeled the campus streets as a directed graph with the capacity defined by the administration and applied the Ford-Fulkerson method to determine maximum flow. Regarding this method, consider the following statements:
- The algorithm locates an augmenting path and modifies the flow on each edge according to its available residual capacity;
- In each iteration, the flow increases along an augmenting path within the residual graph;
- If integer capacities are used, the algorithm terminates after a finite number of iterations and yields an integer-valued maximum flow.
Select the option that exactly list the correct statements:
- I, II are correct.
- I, III are correct.
- II and III are correct.
- I, II and III are correct.
- None of the above.
Original idea by: Jonas Henrique Ribeiro Paula