what about the warning msg
In get.shortest.paths(graph, 15, to = V(graph), mode = "out", output = 
c("vpath")) :
  At structural_properties.c:5296 :Couldn't reach some verticeshow to make it 
not appear ?


> Date: Sat, 1 Nov 2014 09:49:44 +0100
> From: [email protected]
> To: [email protected]
> Subject: Re: [igraph] shortest path on condition
> 
> Delete all the edges that have an edge weight smaller than 0.4 and then run
> a standard shortest path algorithm.
> 
> T.
> 
> On 11/01, Ragia Ibrahim wrote:
> > Hello,
> > kindly how can get shortest path form node v to all other nodes on the 
> > graph on condition depends on edge weight, for example get the path were 
> > edge weight is grater than .4
> > thanks in advance
> > Ragia
> >                                       
> 
> > _______________________________________________
> > igraph-help mailing list
> > [email protected]
> > https://lists.nongnu.org/mailman/listinfo/igraph-help
> 
> 
> -- 
> T.
> 
> _______________________________________________
> igraph-help mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help
                                          
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to