igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] random generator graph in C


From: wassim gmail
Subject: Re: [igraph] random generator graph in C
Date: Tue, 03 Nov 2009 15:25:44 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Gábor Csárdi a écrit :
What does it mean to "browse" the graph's vertices?
Hi, when i say browse is that i can recursively extract every vertice from the graph to test some properties.

However, i tried to test this little code and it have the same error (Error at vector.pmt:409 :cannot reserve space for vector, Out of memory)

   igraph_t topology;
   int N = 19531;
igraph_grg_game(&topology, N, 30, 0, 0,0); //create a random topolgy with radius 30 printf("N = %d et graph vertice number = %d\n", N, igraph_vcount(&topology) );


I don't understand where came this error as i don't use any vector type data ?

Thank you for your help.




reply via email to

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