Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A flow network with supplies is a directed capacitated graph with potentially multiple sources and sinks, which may have incoming and outgoing edges respectively. In

A flow network with supplies is a directed capacitated graph with potentially multiple sources and sinks, which may have incoming and outgoing edges respectively. In particular, each node i ϵ V has an integer supply si; if s(i) > 0, i is a source, while if s(i) < 0, it is a sink. Let S be the set of source nodes and T the set of sink nodes.

A circulation with supplies is a function f : E → R+ that satisfies

(a) capacity constraints: for each e ϵ E, 0 ≤ f(e) ≤ c(e).

(b) supply constraints: For each i ϵ V , fout(i) - fin(i) = s(i).

We are now concerned with a decision problem rather than a maximization: is there a circulation f with supplies that meets both capacity and supply conditions?

i. Derive a necessary condition on the supplies s(i) for a feasible circulation with supplies to exist.

ii. Reduce the problem of finding a feasible circulation with supplies to Max Flow.

Step by Step Solution

3.45 Rating (155 Votes )

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

Data Structures and Algorithm Analysis in Java

Authors: Mark A. Weiss

3rd edition

132576279, 978-0132576277

More Books

Students also viewed these Accounting questions

Question

Let A be the set of Problem 1-18. If T = i = 1 (bi ai)

Answered: 1 week ago