Question: Consider the following network with capacities given by the arcs. (45 points) 10 3 10 10 a. Implement the Shortest Augmenting Path algorithm to
Consider the following network with capacities given by the arcs. (45 points) 10 3 10 10 a. Implement the Shortest Augmenting Path algorithm to find the maximum flow from s to t. Show the iterations. b. Implement the Push Relabel algorithm to the same problem. In the algorithm when there are more than one active nodes, pick the node with the largest label. List all the push and relabel operations. c. Find a minimum capacity cut starting from the flow in part a or b. What is the complexity of finding a min cut after finding the max flow?
Step by Step Solution
3.41 Rating (157 Votes )
There are 3 Steps involved in it
Part a The shortest augmenting path algorithm is a method for finding the maximum flow in a flow networkIt works by finding the shortest path from the source to the sink that has available capacityand ... View full answer
Get step-by-step solutions from verified subject matter experts
