[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] all paths between nodes
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] all paths between nodes |
Date: |
Thu, 21 Oct 2010 10:26:48 +0100 |
> if g is a graph tha has nodes i and j,
>
> how do i find *all the paths" between nodes i and j?
A Python solution has just been mentioned in one of the emails yesterday:
http://stackoverflow.com/questions/3971876/all-possible-paths-from-one-node-to-another-in-a-directed-tree-igraph
Probably you can come up with something similar for R if you happen to use the
R interface instead.
--
Tamas