Maximum flow problem

Revision en1, by notking, 2018-05-12 08:06:40

How can I solve the maximum flow problem when the capacity is not on the edge but only on the vertices? There are no multiple edges. Can I remove capacity from vertices and for each edge put its capacity equal to the minimum of capacities of 2 vertices it connects and then apply the maximum flow algorithm? Will this work?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English notking 2018-05-12 08:06:40 343 Initial revision (published)