$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Krajewski (johnnyk1_at_[hidden])
Date: 2006-05-01 08:23:20
How do I make a graph that will just ignore when I attempt to add a parallel 
edge?  Is there a way to set this on the graph, or is it only determined by 
the type of storage structures I'm using with the graph?  I want to use a 
vecS to store the edges, but I dont want to allow parallel edges.
-John