9 Sep
2009
9 Sep
'09
3:07 p.m.
On Wed, 9 Sep 2009, David Doria wrote:
Any clues as to what I've done wrong? Maybe a simple example like this could be put on the kolmogorov documentation page?
Sorry to spam you with another email, but I tweaked your code so it works and attached the result. I just changed the residual capacity to a double, added the necessary vertex properties (one problem you had was that you were passing your edge properties to the graph as vertex properties), changed the edge capacity setting to what I posted a few minutes ago, and changed the result of kolmogorov_max_flow to be converted to a double. It all compiles now. -- Jeremiah Willcock