Graphs.jl
Graphs.jl copied to clipboard
Add Bernoulli random graph
With this PR I add the Bernoulli random graph and the $\rho$-correlated Bernoulli random graphs generators.
Codecov Report
Merging #200 (64fc9ec) into master (34743a5) will decrease coverage by
0.05%
. The diff coverage is100.00%
.
:exclamation: Current head 64fc9ec differs from pull request most recent head 1d326cb. Consider uploading reports for the commit 1d326cb to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## master #200 +/- ##
==========================================
- Coverage 97.28% 97.24% -0.05%
==========================================
Files 115 114 -1
Lines 6789 6610 -179
==========================================
- Hits 6605 6428 -177
+ Misses 184 182 -2
Great! have you also thought about some functions for the directed case?
Great! have you also thought about some functions for the directed case?
I have just implemented the generator described in this paper , I have no knowledge of a directed case.
@aurorarossi is this good to go?
Side note, this might be linked to #212