Answered step by step
Verified Expert Solution
Link Copied!

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 Ford-Fulkerson max flow algorithm on the input instance given in the figure below. Note that in the first iteration when value of the flow is 0, 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 1. For iterations 2 and later, indicate (using the boxes) the current/new flow f in G and give the value of the low v(f). Then (in the provided space labeled G,) draw the residual graph for that flow, and highlight in G, the next augmenting s-t path, giving the bottleneck edge capacity b of the augmenting path (i.e., the amount by which you are augmenting the flow value). For full credit, always greedily choose the greatest-possible augmenting path from G, in each iteration. (Le., if there are two augmenting paths, one with bottleneck value 5, and the other with bottleneck value 8, you should choose the latter.) Again, you should start with simply highlighting the first augmenting s - t path in the top figure for Iteration 1 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 1 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 1, the max flow is the same as before the capacity of the edge e' was increased. ii.Now give a choice of e' in the graph of part (a) that would increase the maximum flow value.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design And Implementation

Authors: David M. Kroenke

5th Edition

B000CSIH5A, 978-0023668814

More Books

Students also viewed these Databases questions

Question

design a simple disciplinary and grievance procedure.

Answered: 1 week ago