#data.3.2.10.22 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^13 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=2: l:=10: Iterations:=500: Instance:=2000: deg:=22: # Degree of the enumerative problem data:=[20691, 465696, 796098, 544003, 162948, 10463, 101, 0, 0, 0, 0, 0]: Time:=714991.43: ##############################################################