#data.2.4.10.22 # # We study the maximum number of real solutions to # # f(z)*g(z)^4*z^12 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=4: l:=10: Iterations:=500: Instance:=2000: deg:=22: # Degree of the enumerative problem data:=[132381, 670574, 651984, 491386, 53675, 0, 0, 0, 0, 0, 0, 0]: Time:=781551.82: ##############################################################