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 17:58:22 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Gábor Csárdi a écrit :
Should be. igraph_neighbors() gives you the neighbors of a vertex.
Vertex ids are just numbers between zero and the number of vertices
minus one.
This is what i have done. I was thinking may be there a function already able to do this automatically. (like the vertex iterator)
Probably the erdos_renyi_game() function is what you are looking for.
Ok i have tested with this function. One question is have you any idea about the maximum size of graph that i can generate using this function.

Thank you very much for your help.

best regards,




reply via email to

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