Maximum flow in undirected graph with non-integer weights -


if want find maximum flow in undirected graph, how this?

on wikipedia page http://en.wikipedia.org/wiki/maximum_flow_problem says algorithms require directed graphs (i convert each edge pair of edges) problem may have non integer weights (for example 0.5).

is there existing algorithm suitable problem?

the stoer-wagner algorithm job. dwells on duality of max-flow/min-cut. algorithm in vein of seminal ford-fulkerson (which fails on real-valued edge weights) edmonds-karp.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -