igraph-help
[Top][All Lists]
Advanced

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

[igraph] graph attributes


From: marco
Subject: [igraph] graph attributes
Date: Fri, 13 Mar 2009 16:22:11 +0100

hi, 
i am trying to use the attributes with igraph C library, but i am not
successful.
If i initialize an igraph_attribute_table_t by using
igraph_i_set_attribute_table() i get segmentation faults (this does not
happen if i don't call it).
I know it can seem few detail but all i do is:
 initializing the table 
 creating a graph by igraph_empty()
 add edges loaded from a sql database

if i do those steps without attributes table the graph is created and i
can successfully use the igraph_clusters function on the graph. As soon
as i try to use attributes i get SIGSEGV.

any idea?

marco





reply via email to

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