#data.2.4.5.17 # # We study the maximum number of real solutions to # # f(z)*g(z)^4*z^7 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=4: l:=5: Iterations:=1000: Instance:=5000: deg:=17: # Degree of the enumerative problem data:=[1179316, 4779148, 3491705, 549062, 769, 0, 0, 0, 0]: Time:=1335473.25: ##############################################################