#data.2.4.0.12 # # We study the maximum number of real solutions to # # f(z)*g(z)^4*z^2 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=4: l:=0: Iterations:=500: Instance:=2500: deg:=12: # Degree of the enumerative problem data:=[167855, 695150, 838889, 576444, 221662, 0, 0]: Time:=389619.06: ##############################################################