next up previous
Next: About this document


Applied Algorithms Anna Karlin, 426C Sieg
CSE 589, Autumn 1997

Homework # 3
Due November 5

  1. Give a linear program for the optimal pipeline problem described in lecture 4.
  2. We discussed the problem of finding a maximum flow in a graph G=(V,E) with capacities c(v,w) on each edge tex2html_wrap_inline377. Formulate this problem as a linear programming problem.
  3. Drawing graphs nicely is a problem that arises constantly in applications. Consider the problem of drawing a tree. Some characteristics that would be desirable in the drawing are: How would you formulate the problem of placing the tree nodes in the drawing using linear programming?
  4. Consider the following LP.
    displaymath381
    subject to tex2html_wrap_inline383, tex2html_wrap_inline385, tex2html_wrap_inline387, tex2html_wrap_inline389.
  5. What is the dual problem of the following linear program?
    displaymath391
    subject to tex2html_wrap_inline393, tex2html_wrap_inline395, tex2html_wrap_inline397.





Nitin Sharma
Fri Oct 24 16:34:20 PDT 1997