$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Cyrille Damez (cyrille.damez_at_[hidden])
Date: 2005-03-22 13:48:16
Hi all,
I realize this might sound a little dumb, but I can't find in the
documentation how to use (if it is possible at all) the push_relabel_max_flow
function with undirected graphs. The problem is that push_relabel_max_flow
requires an edge property that maps each edge to a reverse edge, which seems
redundant when the graph type is undirected.
Thanks,