igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Does igraph support node ports/records?


From: Tamás Nepusz
Subject: Re: [igraph] Does igraph support node ports/records?
Date: Fri, 20 Jan 2012 23:51:40 +0100

> That makes sense. If I need it, I can always extend the graphml and
> dot importers/exporters. Thanks for your help!
Should you ever need to do so: I would probably take graph.vs["counters"] 
(which returns a list), store it in a special graph attribute in pickled 
format, and use the same attribute to restore graph.vs["counters"] when I load 
the graph. This is probably the easiest solution as the GraphML export/import 
functions are otherwise written in C, so it is a tad complicated to patch them.

-- 
T.




reply via email to

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