igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] random & regular


From: Tamas Nepusz
Subject: Re: [igraph] random & regular
Date: Wed, 27 May 2009 10:26:07 +0100

Hi,

By random r-regular I mean random graphs in which each node has
exactly degree r.

Does igraph have a function to do that?
Not directly but you can generate one for yourself using Graph.Degree_Sequence in Python, or the corresponding C/R function of course ;) The Viger-Latapy method samples uniformly from the space of graphs with the given degree sequence.

--
T.





reply via email to

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