Question: algorithm: Consider the following problem. You are given a flow network with unit- capacity edges: It consists of a directed graph G (V, E), a
algorithm:

Consider the following problem. You are given a flow network with unit- capacity edges: It consists of a directed graph G (V, E), a source se v, and a sink t V; and c.-1 for every e e E. You are also given a parameter k. The goal is to delete k edges so as to reduce the maximum s-t flow in G by as much as possible. In other words, you should find a set of edges F E so that IFI = k and the maximum s-t flow in G, (V,E-F) is as small as possible subject to this. Give a polynomial-time algorithm to solve this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
