s=edge(target(*oei,graph_),source(*oei,graph_),graph_).first;
EMap.insert(EdgeElementPair(s,p));
Esp=NULL;
s=edge(source(*oei,graph_),target(*oei,graph_),graph_).first;
Esp = EMap[s];
how can this be????
My graph is:
typedef boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, VertexProperties,EdgeProperties, GraphProperties> Graph;
Thanks
Line