#data.2.2.6.14 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^8 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=2: l:=6: Iterations:=1000: Instance:=8000: deg:=14: # Degree of the enumerative problem data:=[1057234, 5533584, 5218501, 3839169, 351505, 7, 0, 0]: Time:=1789997.10: ##############################################################