Блог пользователя arasmus

Автор arasmus, история, 8 лет назад, По-английски

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

  • Проголосовать: нравится
  • +34
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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.