#data.2.2.7.15 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^9 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=2: l:=7: Iterations:=500: Instance:=10000: deg:=15: # Degree of the enumerative problem data:=[1281896, 4814836, 3505830, 388699, 8739, 0, 0, 0]: Time:=1339151.82: ##############################################################