Engine prototype #13

Merged
glen merged 133 commits from engine-proto into main 2024-10-21 03:18:48 +00:00
Showing only changes of commit 06872a04af - Show all commits

View File

@ -298,7 +298,7 @@ for _ in 1:3
wtns = witness_set(system, cut_subspace) wtns = witness_set(system, cut_subspace)
append!(samples, solution.(filter(isreal, results(wtns)))) append!(samples, solution.(filter(isreal, results(wtns))))
end end
println("witness solutions:") println("$(length(samples)) sample solutions:")
for soln in samples for soln in samples
display([vbls round.(soln, digits = 6)]) display([vbls round.(soln, digits = 6)])
k_sq = abs2(soln[1]) k_sq = abs2(soln[1])