Hi,

> Is there a mapping between induced graph vertex IDs and the original ones ? 
> This would simplify everything.
Just add a vertex attribute named "originalId" to the graph before
decomposing. Vertex attributes are kept during decomposition, so you
can simply look at the "originalId" vertex attribute of any vertex
after the decomposition to figure out what the original ID was.

T.

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

Reply via email to