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:14:24 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

> I'm using the same commands (just tried the commands you wrote). Maybe
> it's a gcc problem?
I don't think so; I'm using igraph in many different environments
ranging from gcc 3.4 through gcc 4.0 to gcc 4.3.2.

Can you try pickling your whole graph and the giant component and send
it to me somehow to my private email address? I mean:

>>> import pickle
>>> f = open("graph.pickle", "w")
>>> pickle.dump(g, f)
>>> f.close()
>>> f = open("giant.pickle", "w")
>>> pickle.dump(giant, f)
>>> f.close()

Thanks,
-- 
Tamas

Attachment: pgpt7qLDcFKze.pgp
Description: PGP signature


reply via email to

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