igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Fwd: How to get length of the shortest path between two ver


From: Tamás Nepusz
Subject: Re: [igraph] Fwd: How to get length of the shortest path between two vertices
Date: Sat, 2 Jul 2011 20:38:26 +0200

If you are using igraph from C, igraph_get_shortest_paths returns the shortest path itself, while igraph_shortest_paths should return the lengths.

-- 
T.

On Saturday, 2 July 2011 at 20:34, address@hidden wrote:

---------- Forwarded message ----------
From: address@hidden
Date:
Subject: How to get length of the shortest path between two verti
X-DEFANGED-Date: [0] ces




Hi all,

I am using igraph to compute the shortest path, abd I want the length of
the path could be returned, but I found only the vertices of a path is
returned from the function shortest.paths. Can I make it to return the
length of the shortest path? Many thanks.

Binbin
_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help


reply via email to

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