You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
LightGraphs now has a generator for the Configuration Model like this
which "Create a random undirected graph according to the configuration model containing n vertices, with each node
i
having degreek[i]
".I would like to implement
to generated a directed configuration model, i.e., each a directed graph in which node
i
has in-degreeins[i]
and out-degreeouts[i]
.This can be implemented by reusing some code in
random_configuration_model
.I can write the code and create a PR if you agree to include it in LightGraphs.
The text was updated successfully, but these errors were encountered: