rustworkx icon indicating copy to clipboard operation
rustworkx copied to clipboard

Add networkx's `random_regular_graph`

Open frankharkins opened this issue 9 months ago • 3 comments

From what I can tell, there is no Rustworkx equivalent to the random_regular_graph feature.

If it's possible to create a random regular graph using one of rustworkx's existing methods, then it'd be good to name-drop random_regular_graph in that method's docs page.

frankharkins avatar Feb 24 '25 18:02 frankharkins

I don’t think we have generators for regular graphs, but that could be added

IvanIsCoding avatar Feb 24 '25 23:02 IvanIsCoding

Hi @IvanIsCoding and @frankharkins, I would love to take care of this.

singhmeet11 avatar Apr 06 '25 13:04 singhmeet11

Good, I assigned the issue to you

IvanIsCoding avatar Apr 06 '25 13:04 IvanIsCoding