[igraph] Adjacency List of a Subgraph using iGraph
From:
Ayushi Dalmia
Subject:
[igraph] Adjacency List of a Subgraph using iGraph
Date:
Wed, 30 Dec 2015 16:22:58 +0530
Hello,
I want to get the adjacency list of a subgraph. I am obtaining the subgraph of a graph by passing a set of vertices. Using the adjacency get_adjlist method I can get the adjacency list for this subgraph. However, the subgraph now uses a completely different set of ids. How can I get the original mapping?