10 Nov
2005
10 Nov
'05
6:12 p.m.
Say, i have the following structure for edge bundle properties
struct EdgeProperty
{
int edge_type;
}
and i can add parallel edges, that is between vertices u and v cab be several
edges with bundle property EdgeProperty with different edge_types.
the first question how can i use edge(u,v,graph) function if it returns
std::pair