igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] All paths between all existing nodes of a network


From: jordi torrents
Subject: Re: [igraph] All paths between all existing nodes of a network
Date: Wed, 14 Apr 2010 11:42:30 +0200

2010/4/14 anupam sinha <address@hidden>:
> Hi all,
>               Apologies for asking a question which has already been asked
> before. Is there any way of finding all the paths(not just the shortest
> paths) between all pairs of nodes of a network "programmatically"(i.e. not
> by using any in-built function of igraph) in R/igraph. Thanks in advance for
> any suggestions.
>

As Tamas points out, finding all the paths is not possible if the
graphs contains cycles. However, if you restrict the search to
node-independent paths (which is a known NP-hard problem), there is an
approximation algorithm developed by White and Newman [1] which gives
good lower bounds on numbers of node-independent paths between any
pair of nodes.

Salut!

[1] Fast approximation algorithms for finding node-independent paths in networks
http://eclectic.ss.uci.edu/~drwhite/working.pdf




reply via email to

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