in_neighbours() of undirected graphs are always empty
Hi Tiago, I'm using graph-tool 2.2.36 with boost 1.57.0. I just found out that in_neighbours() for undirected graphs are always empty. Is this intended or a bug? Here's what I tried: Thank you! James -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
On 13.02.2015 01:07, james wrote:
Hi Tiago,
I'm using graph-tool 2.2.36 with boost 1.57.0. I just found out that in_neighbours() for undirected graphs are always empty. Is this intended or a bug? Here's what I tried:
This is normal behavior inherited from the Boost graph library: Undirected graphs have only out-neighbours and out-degrees. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
james -
Tiago de Paula Peixoto