#data.2.4.3.15 # # We study the maximum number of real solutions to # # f(z)*g(z)^4*z^5 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=4: l:=3: Iterations:=1000: Instance:=4000: deg:=15: # Degree of the enumerative problem data:=[1042674, 3766771, 2686638, 503109, 808, 0, 0, 0]: Time:=826041.91: ##############################################################