#data.2.4.7.19 # # We study the maximum number of real solutions to # # f(z)*g(z)^4*z^9 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=4: l:=7: Iterations:=500: Instance:=5000: deg:=19: # Degree of the enumerative problem data:=[572884, 2404970, 1770026, 251107, 1013, 0, 0, 0, 0, 0]: Time:=852900.97: ##############################################################