9 Jan
2008
9 Jan
'08
7:40 p.m.
Hello, If I understand correctly your problem description, you have a big graph containing several subgraphs (your nets) that can share edges. So why not using the subgraph class? http://www.boost.org/libs/graph/doc/subgraph.html
Does anyone know of how I can have more than 2 nodes attached to an edge (or net)?
I think there is some confusion in the definition of an edge. An edge connects two nodes and can be directed or not, that's all. Then, of course, several graphs can contain the same edge. Hope it helps. Cheers, ~Benoît