[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Difference between subgraph and induced subgraph
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Difference between subgraph and induced subgraph |
Date: |
Wed, 27 Jan 2016 10:41:24 +0100 |
Hi,
> What is the difference between subgraph and induced_subgraph methods?
Nothing; induced_subgraph() is the same as subgraph() but the latter
is deprecated and might be removed any time soon (it is kept there for
compatibility reasons only).
T.