#data.2.4.-3.9 # # We study the maximum number of real solutions to # # f(z)*g(z)^4*z^-1 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=4: l:=-3: Iterations:=1000: Instance:=1000: deg:=9: # Degree of the enumerative problem data:=[192262, 722575, 740074, 345089, 0]: Time:=253540.85: ##############################################################