igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Subgraph


From: Perrone, Alexander G.
Subject: [igraph] Subgraph
Date: Thu, 16 Feb 2017 22:26:06 +0000

Is there a way to take the induced_subgraph or delete_vertices by modifying the graph in place? That is, do not make a copy of the original or create a new one from scratch? I'm trying to take the k-core of a graph but vast majority of time is *not* the function coreness(g) but rather creating the new graph and I'm not interested in the original.  


Alex

reply via email to

[Prev in Thread] Current Thread [Next in Thread]