#data.2.2.10.18 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^12 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=2: l:=10: Iterations:=500: Instance:=6000: deg:=18: # Degree of the enumerative problem data:=[387139, 2131918, 1972028, 1407135, 101752, 28, 0, 0, 0, 0]: Time:=1300526.15: ##############################################################