igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Out of memory with Graph.Read_Edgelist()


From: Tamas Nepusz
Subject: Re: [igraph] Out of memory with Graph.Read_Edgelist()
Date: Mon, 11 Jul 2011 13:45:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

> If I convert the graph to GraphML or manually read the graph into
> igraph, will that solve the problem?
GraphML will definitely work, but you can simply go with the NCOL format --
basically it *is* a symbolic edge list format, so you can use your existing
edge list file (assuming that it contains one edge per line). Just pass it
to Graph.Read_NCOL().

-- 
T.



reply via email to

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