
7 Sep
2006
7 Sep
'06
3:53 p.m.
OK, thanks. Now how do I declare a graph that does not allow parallel edges?
---------- Forwarded message ----------
From: moritz Hilger
even when I coerce redundant edges, as in the following code:
the problem is that your graph allows parallel edges, therefor the adding always succeeds. you would have to check for existing edges via out_edges(va). cheers, moritz _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users