[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] igraph_community_fastgreedy() in C
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] igraph_community_fastgreedy() in C |
Date: |
Tue, 12 Oct 2010 16:25:50 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
> I tryed this:
>
> EANV(grafo, "weight", atributos);
>
> and got the same error., Segmentation Fault at this line.
Have you attached the C attribute handler before using any
attribute-related functions?
igraph_i_set_attribute_table(&igraph_cattribute_table);
http://igraph.sourceforge.net/doc/html/ch09s02.html
You should do it once, typically at the start of your program.
--
Tamas
- [igraph] igraph_community_fastgreedy() in C, Guilherme Ferraz de Arruda, 2010/10/09
- Re: [igraph] igraph_community_fastgreedy() in C, Gábor Csárdi, 2010/10/10
- Re: [igraph] igraph_community_fastgreedy() in C, Guilherme Ferraz de Arruda, 2010/10/10
- Re: [igraph] igraph_community_fastgreedy() in C, Gábor Csárdi, 2010/10/10
- Re: [igraph] igraph_community_fastgreedy() in C, Guilherme Ferraz de Arruda, 2010/10/12
- Re: [igraph] igraph_community_fastgreedy() in C, Gábor Csárdi, 2010/10/12
- Re: [igraph] igraph_community_fastgreedy() in C, Guilherme Ferraz de Arruda, 2010/10/12
- Re: [igraph] igraph_community_fastgreedy() in C, Gábor Csárdi, 2010/10/12
- Re: [igraph] igraph_community_fastgreedy() in C,
Tamas Nepusz <=
- Re: [igraph] igraph_community_fastgreedy() in C, Guilherme Ferraz de Arruda, 2010/10/12