#data.2.4.2.14 # # We study the maximum number of real solutions to # # f(z)*g(z)^4*z^4 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=4: l:=2: Iterations:=1000: Instance:=3000: deg:=14: # Degree of the enumerative problem data:=[404659, 2027038, 2051127, 1270552, 246624, 0, 0, 0]: Time:=544798.66: ##############################################################