igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Custom graph structure


From: Gábor Csárdi
Subject: Re: [igraph] Custom graph structure
Date: Thu, 21 Oct 2010 13:23:06 +0200

Hi,

igraph is written on top of a thin layer above igraph_t, this layer is
in the type_indexededgelist.c file. If you implement these functions
for your graph data type, then you can use igraph with your graph data
type.

On Thu, Oct 21, 2010 at 11:48 AM,  <address@hidden> wrote:
> 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.
>
> Thanks in advance.
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM



reply via email to

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