Hi,

I am currently removing random nodes from a graph G creating G'. I can
preserve the vertex numbering by assigning ids to individual nodes. So in
G' I can access the old vertex numbering as usual. But I wanted the same
functionality with edges. The get_edgelist function gives the new edge list
as it does not depend on my custom id assignment. Does anybody have any
idea how to do this?

-- 
Viraj Parimi
_______________________________________________
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to