#data.2.4.6.18 # # We study the maximum number of real solutions to # # f(z)*g(z)^4*z^8 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=4: l:=6: Iterations:=500: Instance:=5000: deg:=18: # Degree of the enumerative problem data:=[335850, 1669263, 1618969, 1216169, 159749, 0, 0, 0, 0, 0]: Time:=753044.16: ##############################################################