Discussion:
[igraph] Preserve Edge Numbering
Viraj Parimi
2018-03-14 08:37:18 UTC
Permalink
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
Continue reading on narkive:
Loading...