igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] shortest path on condition


From: Tamas Nepusz
Subject: Re: [igraph] shortest path on condition
Date: Sat, 1 Nov 2014 22:11:00 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

> many thanks, I was not looking to suppress  the warning. I wanted to know if 
> I had problem to fix thus no warnings appear. 
There is no problem to fix here, igraph simply warns you that your graph is not
connected so some of the vertices are not reachable from the source vertex.
If you expected this, it is safe to suppress the warning. If you did not expect
this, it means that you have to figure out why your graph became disconnected
in the first place -- or you could restrict the target set of the shortest path
search so it does not include vertices that are not reachable from the source.

T.



reply via email to

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