Describe algorithm that finds maximum feasible flow in graph

Assignment Help Data Structure & Algorithms
Reference no: EM1352863

Suppose that we allow a flow network to have negative (as well as positive) edge capacities. In such a network, a feasible flow need not exist.

(a)Consider an edge (u, v) in a flow network G = (V, E) with c(u, v) < 0. Briefly explain what such a negative capacity means in terms of the flow between u and v.

Let G = (V, E) be a flow network with negative edge capacities, and let s and t be the source and sink of G. Construct the ordinary flow network G' = (V', E') with capacity function c', source s', and sink t', where

V' = V ∪ {s', t'} and

E' = E ∪ {(u, v) : (v, u) ∈ E}
∪ {(s', v) : v ∈ V}
∪ {(u, t') : u ∈ V}
∪ {(s, t), (t, s)}

We assign capacities to edges as follows. For each edge (u, v) ∈ E, we set
c'(u, v) = c'(v, u) = (c(u, v) + c(v, u))/2 .

For each vertex u ∈ V, we set
c' (s', u) = max(0, (c(V, u) - c(u, V))/2)and

c'(u, t') = max(0, (c(u, V) - c(V, u))/2) .
We also set c'(s, t) = c'(t, s) = ∞.

( b )Prove that if a feasible flow exists in G, then all capacities in G' are nonnegative and a maximum flow exists in G' such that all edges into the sink t' are saturated.

( c ) Prove the converse of part ( b ). Your proof should be constructive, that is, given a flow in G' that saturates all the edges into t', your proof should show how to obtain a feasible flow in G.

( d ) Describe an algorithm that finds a maximum feasible flow in G. Denote by MF(|V|, |E|) the worst-case running time of an ordinary maximum flow algorithm on a graph with |V| vertices and |E| edges. Analyze your algorithm for computing the maximum flow of a flow network with negative capacities in terms of MF.

Reference no: EM1352863

Questions Cloud

Design algorithm based on bfs that colors a graph : Design an algorithm based on BFS that either colors a graph with 2 colors or determines that two colors are not sufficient.
What must be the stantard deviation per 100 ft tape lenght : An oscillating LC circuit has a current amplitude of 7.50 mA, a potential amplitude of 250 mV, and the capacitance of 220 nF. What are (a) the period of oscillation.
Fund balances to governmental activities changes net assets : A governmental funds Statement of Revenues, Expenditures, and Changes in Fund Balances reported expenditures of $33,500,000, including capital outlay expenditures of $3,200,000.
Explain what are the disadvantages to a virtual company : Explain What are the disadvantages to a virtual company in using Vermont as their state of incorporation and Why, Explain How and What are the advantages? Why? How?
Describe algorithm that finds maximum feasible flow in graph : Describe an algorithm that finds a maximum feasible flow in G. Denote by MF(|V|, |E|) the worst-case running time of an ordinary maximum flow algorithm.
Example on organizational communication : Describe how organizations within the same industry may have different values. For example, why was a company such as Enron riddled with corruption while other energy companies never developed these types of problems?
Possible explanations for people aggression and hatred : Please name and briefly describe two of the many possible explanations for people's aggression and hatred.
Construct a portfolio to provide for returns : You have received $1 million from your uncle's estate and have been provided the opportunity to invest in stocks or bonds.
Find how long the sled takes to travel from a to b : On a cool morning, when the temperature is 14.0 ^circC, you measure pressure in your car tires to be 20.0 psi. After driving 40.0 mi on the freeway, the temperature of your tires is 50.0 ^circC.

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  Describe sorting algorithm to be parsimonious

Describe a sorting algorithm to be parsimonious if it never compares same pair of input values twice. (Supose that all the values being sorted are distinct.).

  Algorithm for finding smallest element in unsorted array

Consider the following algorithm for finding the smallest element in an unsorted array: RANDOMMIN(A[1 .. n]). What is the exact expected number of executions of line ( )?

  Give time algorithm that outputs satisfying assignment

Find out  whether there is an assignment of true/false values to the literals such that at least a*m clauses will be true. Note that 3-SAT(1) is exactly the 3-SAT problem. Give an O(m*n)-time algorithm that outputs a satisfying assignment for 3-S..

  Compare the average behavior of insertion sort

Compare the average behavior of insertion sort for n elements with that of the n insertions into an initially-empty straight array implementation of a priority queue

  Method singleparent returns number of nodes in binary tree

Write a method singleParent, which returns number of nodes in a binary tree that have only one child.

  Different applications of data structure

What are the different applications of Data Structure

  Polynomial time algorithm for rooted directed acyclic graphs

Illustrate that if you were given a polynomial time algorithm for determining whether two rooted directed acyclic graphs are isomorphic, then polynomial time algorithm for testing.

  Determining ciphertext generated by encryption

Determine ciphertext (in binary form) generated by encryption of character X?

  Explain the sorting techniques selection sort

Explain the following sorting techniques using appropriate algorithms- (i) selection sort (ii) bubble sort

  Explaining view of header and footer areas of worksheet

In which view can you see header and footer areas of worksheet?

  Algorithm to minimize average difference between height

The problem is to assign each skier a ski to minimize the average difference between height of a skier and his/her ski. Give pseudocode and write its asymptotic running time.

  Data structures for a single algorithm

Data structures for a single algorithm

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd