igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Custom graph structure


From: Tamas Nepusz
Subject: Re: [igraph] Custom graph structure
Date: Thu, 21 Oct 2010 12:23:16 +0100

Hi,

> I'm interfacing igraph from my own code. At the moment I'm duplicating
> my graph in the igraph_t struct. I was actually wondering whether there
> is some more elegant approach. Like just providing a set of functions.
No, unfortunately that's not possible. Theoretically you could "roll your own 
igraph" by replacing type_indexededgelist.c with your own data structure (this 
is the interface that every other igraph function uses) but you'll have to 
recompile the library then.

-- 
Tamas




reply via email to

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