#data.2.2.2.10 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^4 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=2: l:=2: Iterations:=500: Instance:=1000: deg:=10: # Degree of the enumerative problem data:=[67255, 340340, 324441, 236512, 31452, 0]: Time:=142504.81: ##############################################################