Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following generalization of the maximum flow problem. You are given a directed network G = (V, E) with edge capacities {ce}. Instead of

image text in transcribedConsider the following generalization of the maximum flow problem. You are given a directed network G = (V, E) with edge capacities {ce}. Instead of a single (s, t) pair, you are given multiple pairs(s1, t1), ...,(sk, tk), where the si are sources of G and ti are sinks of G. You are also given k demands d1, ..., dk. The goal is to find k flows f (1), ..., f(k) with the following properties: (a)f (i) is a valid flow from st to ti . (b) For each edge e, the total flow f (1) e + f (2) e + ... + f (k) e does not exceed the capacity ce. (c) The size of each flow f (i) is at least the demand di . (d) The size of the total flow (the sum of the flows) is as large as possible. Find a polynomial time algorithm for this problem. Do not give a four part solution for this problem.

Consider the following generalization of the maximum flow problem You are given a directed network G (V, E) with edge capacities [ce]. Instead of a single (s, t) pair, you are given multiple pairs (s1,t1), ..., (Sk, tk), where the s; are sources of G and ti are sinks of G. You are also given k demands d?, ..., dk. The goal is to find k flows f(1),.., f(k) with the following properties: (a) f) is a valid flow from si to ti (b) For each edge e, the total flow f +2 +... + f) does not exceed the capacity ce (c) The size of each flow f(i) is at least the demand di (d) The size of the total flow (the sum of the flows) is as large as possible Consider the following generalization of the maximum flow problem You are given a directed network G (V, E) with edge capacities [ce]. Instead of a single (s, t) pair, you are given multiple pairs (s1,t1), ..., (Sk, tk), where the s; are sources of G and ti are sinks of G. You are also given k demands d?, ..., dk. The goal is to find k flows f(1),.., f(k) with the following properties: (a) f) is a valid flow from si to ti (b) For each edge e, the total flow f +2 +... + f) does not exceed the capacity ce (c) The size of each flow f(i) is at least the demand di (d) The size of the total flow (the sum of the flows) is as large as possible

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 Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

More Books

Students also viewed these Databases questions