$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] graph cut compilation error
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2009-09-09 11:07:00
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