Ford Fulkerson Algorithm implementation
Author - Nujitha Wickramasurendra
External libraries used: Spring stopwatch library - https://docs.spring.io/spring/docs/2.0.x/javadoc-api/org/springframework/util/StopWatch.html
Starting the project
1 - Open IntelliJ IDEA
2 - Import project
3 - Select folder from where you downloaded it
4 - Click Open
5 - Click 'Next' to all and Finish. (Give 'Yes' or 'Overwrite' if prompted.)
6 - Click on 'Add as Maven Project' on the below notification
7 - Open folder then, open 'src -> main -> java -> ForFulkerson -> Test.java'
8 - On imports area, click on red warning for 'org.springframework.util.StopWatch'
10 - On suggestions click 'Add library Maven: org ... to classpath'
11 - The warnings should be removed automatically after this
12 - Run the 'Test.java'