igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] help with function get.all.shortest.paths in an undirected


From: Hadrien Commenges
Subject: Re: [igraph] help with function get.all.shortest.paths in an undirected weighted graph
Date: Mon, 07 Nov 2011 09:01:39 +0100 (CET)

Ok, it works now. I thought I could install the new version without removing the former one, like an upgrade. Now I've first removed it, then installed it and it works fine. Moreover, the function get.all.shortest.paths returns a new output called "nrgeo" which is very useful for me.

Thanks,

Hadrien


De: "Tamás Nepusz" <address@hidden>
À: "Help for igraph users" <address@hidden>
Envoyé: Dimanche 6 Novembre 2011 22:17:03
Objet: Re: [igraph] help with function get.all.shortest.paths in an        undirected weighted graph

Hi,

It is working perfectly fine for me. Have you confirmed that you've really installed the new version and R is picking the new version up (and not the old one)? I.e., try

> packageVersion("igraph")

It should return 0.6.

Cheers,
Tamas

On 5 Nov 2011, at 17:24, Hadrien Commenges wrote:

> Hi,
>
> I have the same problem as the one reported here, using igraph R package:
> http://lists.gnu.org/archive/html/igraph-help/2010-10/msg00047.html
>
> I'd like to use the function get.all.shortest.paths for an undirected weighted graph, and it's really important for me to take edges' weight into account. But I get this error:
> unused argument(s) (weights = E(MyGraph)$weight)
>
> I've tried the 0.6 version of igraph, as proposed in the message mentioned below, but I get exactly the same error message.
>
> Am I missing something ?
>
> Thank you for your help.
>
> Hadrien
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help


_______________________________________________
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]