
5 Jun
2003
5 Jun
'03
2:44 p.m.
I'm trying to use this graph class without detailed reading. I can't find a decent, clear example of doing this. I have a simple graph: typedef adjacency_list<list, listS, bidirectionalS> Graph; What do I do to prevent parallel edges to be inserted? Thanks for any help offered, Arthur