Say how many sample solutions we found
This commit is contained in:
parent
becefe0c47
commit
06872a04af
@ -298,7 +298,7 @@ for _ in 1:3
|
||||
wtns = witness_set(system, cut_subspace)
|
||||
append!(samples, solution.(filter(isreal, results(wtns))))
|
||||
end
|
||||
println("witness solutions:")
|
||||
println("$(length(samples)) sample solutions:")
|
||||
for soln in samples
|
||||
display([vbls round.(soln, digits = 6)])
|
||||
k_sq = abs2(soln[1])
|
||||
|
Loading…
Reference in New Issue
Block a user