[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] igraph_community_fastgreedy() in C
From: |
Guilherme Ferraz de Arruda |
Subject: |
Re: [igraph] igraph_community_fastgreedy() in C |
Date: |
Tue, 12 Oct 2010 12:57:37 -0300 |
Now it works!
Thanks.
I forget to use the
igraph_i_set_attribute_table(&igraph_cattribute_table);
when i create my graph.
Thanks very much!
Thanks for all!
Sorry for the inconvenience.
Guilherme.
2010/10/12 Tamas Nepusz <address@hidden>:
>> 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-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>
- [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, 2010/10/12
- Re: [igraph] igraph_community_fastgreedy() in C,
Guilherme Ferraz de Arruda <=