diff options
Diffstat (limited to 'jpa_test')
| -rw-r--r-- | jpa_test/cascade_creation.jl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jpa_test/cascade_creation.jl b/jpa_test/cascade_creation.jl new file mode 100644 index 0000000..2305e58 --- /dev/null +++ b/jpa_test/cascade_creation.jl @@ -0,0 +1,5 @@ +using Graphs + +n = 100 +p = .1 +G = Graphs.erdos_renyi_graph(n, p) |
