igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] bug in igraph_shortest_paths_dijkstra?


From: Tamas Nepusz
Subject: Re: [igraph] bug in igraph_shortest_paths_dijkstra?
Date: Wed, 10 Jun 2009 12:19:22 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Hi again,

> giant.shortest_paths_dijkstra(0, weights='weight')
Just a thought: can you try the following instead?

giant.shortest_paths_dijkstra(0, range(giant.vcount()), weights="weight")?

It looks like igraph is having problems with interpreting the "to"
argument which specifies the target vertices.

-- 
Tamas

Attachment: pgpUWriCw_uUa.pgp
Description: PGP signature


reply via email to

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