Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 349 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 349 Bytes

Operations_Research

Programming projects carried out with @RHDMN and @Obbe

Programming Assignment 5: Implement the augmenting path algorithm to determine the maximum flow from s to t.

The output of your program should first contain the value of the maximum flow and then a list of all the arcs with the flow on that arc (one line per arc).