igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] about reimplement igraph C basic interface using DB


From: Tamas Nepusz
Subject: Re: [igraph] about reimplement igraph C basic interface using DB
Date: Wed, 3 Dec 2008 14:01:44 +0000

It *might* not break the Python interface, I think that uses just an
external pointer for an igraph graph.
I think it won't break the Python interface. Gabor is right, Python igraph.Graph objects encapsulate a pointer to an igraph_t object and take care of constructing and destroying it appropriately -- that's all, I think it doesn't use the internal representation of igraph_t objects anywhere.

--
T.




reply via email to

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