#data.3.2.11.23 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^14 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=2: l:=11: Iterations:=500: Instance:=2000: deg:=23: # Degree of the enumerative problem data:=[249475, 642327, 680315, 323482, 102893, 1508, 0, 0, 0, 0, 0, 0]: Time:=824152.66: ##############################################################