main
Francesco Minnocci 1 year ago
parent 5e8d538d09
commit 7394ce41ba
No known key found for this signature in database
GPG Key ID: 76DA3AF9BAED1A32

@ -68,7 +68,7 @@ end
R = random_system(3, 5)
println("System: ", R)
(G, roots)=start_system(F)
(G, roots)=start_system(R)
println("Number of roots: ", length(roots))
# Parallel execution

Loading…
Cancel
Save