#data.3.2.8.20 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^11 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=2: l:=8: Iterations:=500: Instance:=5000: deg:=20: # Degree of the enumerative problem data:=[35989, 1099239, 1982991, 1413422, 444586, 23543, 230, 0, 0, 0, 0]: Time:=1563223.87: ##############################################################