#data.2.3.8.18 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^10 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=3: l:=8: Iterations:=500: Instance:=5000: deg:=18: # Degree of the enumerative problem data:=[172374, 949806, 3480747, 397027, 46, 0, 0, 0, 0, 0]: Time:=821749.15: ##############################################################