A Java program made to find the Maximum Flow that can be passed through a Flow Network.
Inputs are taken from a text file format which can be located inside src/benchmarks
that has the number of nodes at the first line and after that each line represents the starting node, ending node and the capacity of the edge between those two nodes.
- Java JDK 8
- IntelliJ IDEA
- Run the
Main.java
insidesrc
folder - You can change what file you want to read inside
src/benchmarks
or add your own flow network file