#data.2.6.-3.13 # # We study the maximum number of real solutions to # # f(z)*g(z)^6*z^-1 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=6: l:=-3: Iterations:=500: Instance:=3000: deg:=13: # Degree of the enumerative problem data:=[294057, 1092914, 1105519, 507496, 14, 0, 0]: Time:=511544.25: ##############################################################