$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Line B. Reinhardt (lbr_at_[hidden])
Date: 2007-07-18 07:33:14
Hi
I have a question about graph filtering.
My problem is that I would like to filter all edges from a graph g with
weight less than 0.01
and all vertices which only has out edges with a weight less than 0.01
The filtering of the edges is show in the documentation.
However I have problems with filtering the vertices. Can anyone help?
Thanks
Line