arasmus's blog

By arasmus, history, 10 years ago, In English

Can someone explain (in detail) how can a Linear Programming Problem be converted to a Network Flow problem.
Essentially I wish know how to create the network flow graph given the LP constraints,what edges/vertices to add to the graph and why those edges/vertices are added

  • Vote: I like it
  • +34
  • Vote: I do not like it

»
10 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by arasmus (previous revision, new revision, compare).

»
10 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Also , it would be helpful if anyone can suggest such a practice problem.

»
10 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Where can such a question arise? Not every LP problem can be transformed into a network flow problem (under some natural meaning), network flow LP representation is a very small and strict class.

A general LP problem can define an unbounded feasible set while a network flow LP always defines a bounded polyhedron.