igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] average shortest path between same sets of nodes


From: Tamás Nepusz
Subject: Re: [igraph] average shortest path between same sets of nodes
Date: Thu, 20 Jan 2011 19:20:15 +0100

> apparently, in the docs the only argument for this function are:
> 
> shortest_paths(vertices, weights=None, mode=OUT)
Okay, then simply use shortest_paths(vertices) which returns the distances to 
all the vertices and extract the items you need. source=... and target=... 
arguments seem to be supported only from igraph 0.6.

-- 
T.




reply via email to

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