#data.3.2.4.16 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^7 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=2: l:=4: Iterations:=500: Instance:=5000: deg:=16: # Degree of the enumerative problem data:=[12111, 988259, 1957438, 1508415, 516644, 17079, 54, 0, 0]: Time:=979096.59: ##############################################################