[jgrapht-users] Edmond Karp Problem
Brought to you by:
barak_naveh,
perfecthash
From: Alexandre F. <fre...@gm...> - 2011-03-24 01:38:50
|
Hi, I am using jgrapht for its double-precision implementation of a maximum flow algorithm. However, I am running into a problem with the EdmondsKarpMaximumFlow object. I will create a graph, find a maximum st-flow in that graph and it will return a value. Then if I rerun my algorithm with the same data, I will get a different value for the maximum flow. Would you know what is causing the problem? Alexandre Fréchette |