$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-02-27 10:02:00
On Feb 20, 2006, at 3:43 PM, Alejandro Aragón wrote:
> Hi everyboty,
>
> Can someone point to a concrete example of a graph without parallel
> edges??? I am using setS as my container for the edges but I still
> insert edges twice in my graph algorithm. Thank you,
When using setS for the OutEdgeListS, insertion of a parallel edge
should have no effect at all. If this isn't the behavior you are
seeing, we have a bug and we'll need to fix it.
Doug