#data.3.2.3.15 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^6 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=2: l:=3: Iterations:=500: Instance:=5000: deg:=15: # Degree of the enumerative problem data:=[586213, 1411169, 1679972, 930401, 383202, 9043, 0, 0]: Time:=875037.67: ##############################################################