Random regular graph
A random r-regular graph is a graph selected from , which denotes the probability space of all r-regular graphs on n vertices, where 3 ≤ r < n and nr is even.[1] It is therefore a particular kind of random graph, but the regularity restriction significantly alters the properties that will hold.
Properties of Random Regular Graphs
As with more general random graphs, it is possible to prove that certain properties of random r-regular graphs hold almost surely. In particular, a random r-regular graph is almost surely r-connected.[2] In other words, although r-regular graphs with connectivity less than r exist, the probability of selecting such a graph tends to 0 as n increases.
If > 0 is a positive constant, and d is the least integer satisfying
then, almost surely, a random r-regular graph has diameter at most d. There is also a (more complex) lower bound on the diameter of r-regular graphs, so that almost all r-regular graphs have almost the same diameter.[3]
The distribution of the number of short cycles is also known: for fixed m \ge 2, let Y3,Y4,…,Ym be the number of cycles of lengths up to m. Then the Yi are asymptotically independent Poisson random variables with means .
Algorithms for Random Regular Graphs
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.
References
- ^ Béla Bollobás, Random Graphs, 2nd edition, Cambridge University Press (2001), section 2.4: Random Regular Graphs
- ^ Bollobás, section 7.6: Random Regular Graphs
- ^ Bollobás, section 10.3: The Diameter of Random Regular Graphs
- .
- Béla Bollobás, Random Graphs, 2nd edition, Cambridge University Press, 2001 (sections 2.4, 7.6, 10.3).
- N.C.Wormald, Models of random regular graphs, In Surveys in Combinatorics, pages 239-298. Cambridge University Press, 1999.
≥