Answered step by step
Verified Expert Solution
Question
1 Approved Answer
a ) Trace through the Ford - Fulkerson max flow algorithm on the input instance given in the figure below. Note that in the first
a Trace through the FordFulkerson max flow algorithm on the input instance given in the figure below. Note that in the first iteration when value of the flow is the graph G and the residual graph Gy are one in the same. Start by highlighting the first augmenting path in the figure below, labeled Iteration For iterations and later, indicate using the boxes the currentnew flow f in G and give the value of the low vf Then in the provided space labeled G draw the residual graph for that flow, and highlight in G the next augmenting st path, giving the bottleneck edge capacity b of the augmenting path ie the amount by which you are augmenting the flow value For full credit, always greedily choose the greatestpossible augmenting path from G in each iteration. Le if there are two augmenting paths, one with bottleneck value and the other with bottleneck value you should choose the latter. Again, you should start with simply highlighting the first augmenting s t path in the top figure for Iteration here, and giving its bottleneck capacity. b Certify that the flow you illustrated in part a is indeed the maximum flow, by finding a min s t cut with capacity equal to the flow value. Indicate the cut both on the graph as well as by writing down the partition of the nodes in the space below. c You are working for a company that manages a large flow network that coincidentally looks just like the one in part a Business is excellent, and this maximum flow is insufficient to carry all the flow they have orders for. The company proposes to select an edge e and increase the capacity of this edge by unit in order to increase the value of the maximum flow. You warn the company to be careful which edge is chosen for this increased capacity, as not all edges will increase the value of the maximum flow.
i Prove your point, by giving a choice of e in the graph of part a that will not increase the maximum flow value. I.e after the capacity of e is increased by the max flow is the same as before the capacity of the edge e was increased. iiNow give a choice of e in the graph of part a that would increase the maximum flow value.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started