#data.2.5.-3.11 # # We study the maximum number of real solutions to # # f(z)*g(z)^5*z^-1 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=5: l:=-3: Iterations:=1000: Instance:=2000: deg:=11: # Degree of the enumerative problem data:=[277734, 981987, 2734908, 5371, 0, 0]: Time:=572789.70: ##############################################################