#data.3.3.1.16 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^4 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=3: l:=1: Iterations:=500: Instance:=5000: deg:=16: # Degree of the enumerative problem data:=[926, 812231, 1817036, 2259665, 110134, 8, 0, 0, 0]: Time:=871132.68: ##############################################################