main
Francesco Minnocci 10 months ago
parent 2ba051eae8
commit 0a07a5c5d2
No known key found for this signature in database
GPG Key ID: 76DA3AF9BAED1A32

@ -87,7 +87,9 @@ println("Norms (lower = better): ", [norm([f(vars => s) for f in R]) for s in so
# Single execution
println("SINGLE")
rmprocs(workers())
for i in workers()
rmprocs(i)
end
@time begin
(sol, steps) = solve(R, G, roots)
end

Loading…
Cancel
Save