Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. Max-flow and Min-cut. (20 points) You are given the following flow graph G = (V, E, s, t) with the indicated edge capacities. 9

image text in transcribed

3. Max-flow and Min-cut. (20 points) You are given the following flow graph G = (V, E, s, t) with the indicated edge capacities. 9 V1 U2 12 20 3 9 6 s 5 15 2 11 7 14 V3 V4 a.) (15 points) Use the Ford-Fulkerson algorithm to find the maximum flow for graph G. In every iteration, show the residual network, the augmented path you chose, and the updated flows. b.) (5 points) Determine the cut (by specifying the edges in the cut) with capacity equal to the maximum flow you found in part (a). Explain why this is the minimum cut. 4. Multi-Source Max-Flow. (10 points) Consider a variant of the max-flow problem where, instead of having just a single sources, the input graph G = (V, E) now has k sources $1,S2, ..., 88. Thus, the value of the flow is redefined to be the sum of the flows leaving all sources (SI = Di- vev f($,v). Explain how you can transform graph G into another graph G' that has a single source and show how a max-flow solution to G' can be translated into a max-flow solution to the multi-source G. (Hint: recall that we did something similar for the bipartite matching problem). 3 3. Max-flow and Min-cut. (20 points) You are given the following flow graph G = (V, E, s, t) with the indicated edge capacities. 9 V1 U2 12 20 3 9 6 s 5 15 2 11 7 14 V3 V4 a.) (15 points) Use the Ford-Fulkerson algorithm to find the maximum flow for graph G. In every iteration, show the residual network, the augmented path you chose, and the updated flows. b.) (5 points) Determine the cut (by specifying the edges in the cut) with capacity equal to the maximum flow you found in part (a). Explain why this is the minimum cut. 4. Multi-Source Max-Flow. (10 points) Consider a variant of the max-flow problem where, instead of having just a single sources, the input graph G = (V, E) now has k sources $1,S2, ..., 88. Thus, the value of the flow is redefined to be the sum of the flows leaving all sources (SI = Di- vev f($,v). Explain how you can transform graph G into another graph G' that has a single source and show how a max-flow solution to G' can be translated into a max-flow solution to the multi-source G. (Hint: recall that we did something similar for the bipartite matching problem). 3

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

Advances In Databases And Information Systems 23rd European Conference Adbis 2019 Bled Slovenia September 8 11 2019 Proceedings Lncs 11695

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Aida Kamisalic Latific

1st Edition

3030287297, 978-3030287290

More Books

Students also viewed these Databases questions

Question

=+2 Why are so many countries bothered by their brain drains?

Answered: 1 week ago