#data.2.5.2.16 # # We study the maximum number of real solutions to # # f(z)*g(z)^5*z^4 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=5: l:=2: Iterations:=500: Instance:=7000: deg:=16: # Degree of the enumerative problem data:=[248706, 1608472, 4048953, 1090845, 3024, 0, 0, 0, 0]: Time:=819495.36: ##############################################################