$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Filtered graph losing original property
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2012-02-04 10:55:54
On Fri, 3 Feb 2012, giridhar wrote:
> Hello All,
>
> I have a Graph with 3 children (sub graphs). After I filter
> certain edges of the main graph, I can't access the children. Is there
> any turn around to work this.
What do you mean "children"? How are they represented by properties.
> I want some edges to be filtered from the total graph, but still the
> filtered graph should retain its original children (with filtered edges
> ofcourse). Any information on this would be great help to me.
That is the way that properties are supposed to work in filtered_graphs.
-- Jeremiah Willcock