igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Problem with dimacs file


From: Raphael C
Subject: Re: [igraph] Problem with dimacs file
Date: Tue, 12 Nov 2013 19:56:24 +0000

On 12 November 2013 19:52, Raphael Clifford <address@hidden> wrote:
> I am trying to read
>
> http://www.dis.uniroma1.it/challenge9/data/USA-road-d/USA-road-d.NY.gr.gz
>
> in python. I have unzipped it and then I run
>
> #!/usr/bin/python
> fname = "NY.gr"
> from igraph import *
> g = Graph.Read_DIMACS(fname)
>
>

Oh I see.. it is http://lpsolve.sourceforge.net/5.5/DIMACS.htm which
is not the same as the shortest path DIMACS format.

Raphael



reply via email to

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