|
|
|
@@ -531,7 +531,7 @@ void Init_igraph(){ |
|
|
|
rb_define_method(cIGraph_community, "community_eb_get_merges", cIGraph_community_eb_get_merges, 1); /* in cIGraph_community.c */ |
|
|
|
rb_define_method(cIGraph_community, "community_fastgreedy", cIGraph_community_fastgreedy, 0); /* in cIGraph_community.c */ |
|
|
|
|
|
|
|
rb_define_const(cIGraph, "VERSION", rb_str_new2("0.3.3")); |
|
|
|
rb_define_const(cIGraph, "VERSION", rb_str_new2("0.9.0")); |
|
|
|
|
|
|
|
rb_define_const(cIGraph, "EDGEORDER_ID", INT2NUM(1)); |
|
|
|
rb_define_const(cIGraph, "EDGEORDER_FROM", INT2NUM(2)); |
|
|
|
|