#data.2.2.8.16 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^10 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=2: l:=8: Iterations:=500: Instance:=7500: deg:=16: # Degree of the enumerative problem data:=[489467, 2631598, 2455507, 1780130, 143285, 13, 0, 0, 0]: Time:=1189956.75: ##############################################################