$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] question about filtered_graph
From: breadbread1984 (breadbread1984_at_[hidden])
Date: 2015-05-25 08:47:47
I am using boost graph library. In order to get a filtered graph, I adopted
filtered_graph. I thought it could be used in the same way as adjacency_list.
But when I get target and source from an edge of a filtered graph, I realized
the target and source function doesn't accept filtered_graph as its argument.
How can I get the two terminals of an edge from a filtered_graph then? Thanks
for any hints in advance.