$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Celso Cardoso (celso.pitta_at_[hidden])
Date: 2007-02-16 09:02:57
Hi,
I'm removing edges and vertices from the graph using the calls:
clear_vertex(source);
remove_vertex(source);
But i have a property map also:
property_map<graph_t, edge_weight_t>::type weightmap;
The properties of the removed edges are removed "automatically" or do
i have to do something else? I couldn't found any docs about that.
Thanks,
Celso.