Uniform generation of random graphs with power-law degree sequences

Pu Gao,Nicholas Wormald
DOI: https://doi.org/10.48550/arXiv.1709.02674
2017-11-14
Abstract:We give a linear-time algorithm that approximately uniformly generates a random simple graph with a power-law degree sequence whose exponent is at least 2.8811. While sampling graphs with power-law degree sequence of exponent at least 3 is fairly easy, and many samplers work efficiently in this case, the problem becomes dramatically more difficult when the exponent drops below 3; ours is the first provably practicable sampler for this case. We also show that with an appropriate rejection scheme, our algorithm can be tuned into an exact uniform sampler. The running time of the exact sampler is O(n^{2.107}) with high probability, and O(n^{4.081}) in expectation.
Combinatorics,Data Structures and Algorithms
What problem does this paper attempt to address?