$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Graph] initialize_vertex change vertex color (visitor)
From: The Maschine (justthemaschine_at_[hidden])
Date: 2014-01-14 10:15:53
Hi Alex and thanks,
Filtering is not good for me as it takes a lot of time. I have done a
sub-graphing(filtering) version of my code but its very slow (no need to
explain why as its not related).
Ill try to rethink my sub graphing version though, thanks.
I have also done a version that uses an exemption when the visitor hits the
limit but I believe this leaves some incomplete things.