#data.2.6.8.24 # # We study the maximum number of real solutions to # # f(z)*g(z)^6*z^10 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=6: l:=8: Iterations:=500: Instance:=1000: deg:=24: # Degree of the enumerative problem data:=[68058, 336180, 328911, 234273, 32578, 0, 0, 0, 0, 0, 0, 0, 0]: Time:=459516.00: ##############################################################