Hi,
I have not yet heard of a solution, when I am having to iterate through the graph and
then work on the filtered graph in every subsequent iteration after I have cleared the
vertex. The examples only show how to apply the filter ONCE at the end. If I keep
calling filtered_graph am I then making a lot of instances and hence it would keep
having to make new copies of my graph?
Thanks,
Ed