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: Gabor Csardi
Subject: Re: [igraph] problem reading .net file
Date: Thu, 12 Apr 2007 19:22:00 +0200
User-agent: Mutt/1.5.12-2006-07-14

On Thu, Apr 12, 2007 at 07:16:04PM +0200, Tamas Nepusz wrote:
> 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

I'm not a Pajek wizard either, but i don't think that it is possible,
you can't fine-tune the format.

Also, the edges (arcs) are weighted in the example .net file and
that is not possible with Pajek *Arcslist as far as i know.
But this format was never documented properly (again, as far as i know), 
so everything might be possible.

Gabor

> 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
> 
> 
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help

-- 
Csardi Gabor <address@hidden>    MTA RMKI, ELTE TTK




reply via email to

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