#data.2.2.4.12 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^6 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=2: l:=4: Iterations:=500: Instance:=5000: deg:=12: # Degree of the enumerative problem data:=[334379, 1708791, 1621299, 1205840, 129691, 0, 0]: Time:=882593.58: ##############################################################