igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] problem reading .net file


From: Tamas Nepusz
Subject: Re: [igraph] problem reading .net file
Date: Thu, 12 Apr 2007 19:16:04 +0200

Re-sending my mail from my other address :)

Hi Simone,

That's definitely a bug caused by a typo in the foreign-pajek-parser.y
file. If you can somehow force Pajek to save the graph using
"*Arcslist" instead of "*Arcs", that will do the trick. If not, but
you are able to re-compile igraph, replace line 297 in
foreign-pajek-parser.y with this one:

arcs: ARCSLINE NEWLINE arcsdefs { igraph_pajek_directed=1; };

If you are not able to re-compile igraph, I'm sure there will be a
patched version soon.

--
Tamas




reply via email to

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