Jump to content

Random regular graph

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Melcombe (talk | contribs) at 09:40, 4 June 2008 (added category). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A random d-regular graph is a graph from , which denotes the probability space of all d-regular graphs on vertex set [n], where nd is even and [n]:={1,2,3,...,n-1,n}, with uniform distribution.

Pairing Model

Pairing Model, also called Configuration Model, is one of the most commonly used model to generate regular graphs uniformly. Suppose we want to generate graphs from , where d is a constant, the pairing model is described as follows.

Consider a set of nd points, where nd is even, and partition them into n buckets with d points in each of them. We take a random matching of the nd points, and then contract the d points in each bucket into a single vertex. The resulting graph is a d-regular multigraph on n vertices.

Let denote the probability space of random d-regular multigraphs generated by the pairing model as described above. Every graph in corresponds to (d!)^n copies in , So all simple graphs, namely, graphs without loops and multiple edges, in occur uniformly at random.

Properties of Pairing Model

The following result gives the probability of a multigraph from being simple. It is only valid up to .

.

Since the expected time of generating a simple graph is exponential to d^2, the algorithm will get slow when d gets large.

Properties of Random Regular Graphs

All local structures but trees and cycles appear in a random regular graph with probability o(1) as n goes to infinity. For any given subset of vertices with bounded size, the subgraph induced by this subset is a tree a.a.s.

The next theorem gives nice property of the distribution of the number of short cycles.
For d fixed, let Xi=Xi,n (i>=3) be the number of cycles of length i in a graph in . For fixed k>=3, X3,...,Xk are asymptotically independent Poisson random variables with means .

References

  • N.C.Wormald, Models of random regular graphs, In Surveys in Combinatorics, pages 239-298. Cambridge University Press, 1999.