#data.3.2.7.19 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^10 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=2: l:=7: Iterations:=500: Instance:=4000: deg:=19: # Degree of the enumerative problem data:=[474614, 1172689, 1358044, 718065, 271300, 5288, 0, 0, 0, 0]: Time:=752174.35: ##############################################################