#data.2.3.-3.7 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^-1 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=3: l:=-3: Iterations:=500: Instance:=1000: deg:=7: # Degree of the enumerative problem data:=[70153, 257613, 669894, 2340]: Time:=54087.81: ##############################################################