Chapter 7: Q11E (page 240)
Write the dual to the following linear program.
Find the optimal solutions to both primal and dual LPs
Short Answer
Dual LP:
Subject to
Solution of primal LP, , .
Solution of dual LP is ,
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 7: Q11E (page 240)
Write the dual to the following linear program.
Find the optimal solutions to both primal and dual LPs
Dual LP:
Subject to
Solution of primal LP, , .
Solution of dual LP is ,
All the tools & learning materials you need for study success - in one app.
Get started for free
For the linear program
Prove that the solution is optimal
Suppose someone presents you with a solution to the max-flow problem on some network. Give a linear-time algorithm to determine whether the solution does indeed give a maximum flow.
There are many common variations of the maximum flow problem. Here are four of them.
(a) There are many sources and many sinks, and we wish to maximize the total flow from all sources to all sinks.
(b) Each vertex also has a capacity on the maximum flow that can enter it.
(c) Each edge has not only a capacity, but also a lower bound on the flow it must carry.
(d) The outgoing flow from each node u is not the same as the incoming flow, but is smaller by a factor of , whererole="math" localid="1659789093525" is a loss coefficient associated with node u.
Each of these can be solved efficiently. Show this by reducing (a) and (b) to the original max-flow problem, and reducing (c) and (d) to linear programming.
Consider the following linear program.
maximize 5x+3y
Plot the feasible region and identify the optimal solution.
Consider the following generalization of the maximum flow problem.
You are given a directed network with edge capacities . Instead of a single pair, you are given multiple pairs , where the are sources of and the are sinks of . You are also given demands . The goal is to find flows with the following properties:
How would you solve this problem?
What do you think about this solution?
We value your feedback to improve our textbook solutions.