#data.2.6.5.21 # # We study the maximum number of real solutions to # # f(z)*g(z)^6*z^7 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=6: l:=5: Iterations:=500: Instance:=2000: deg:=21: # Degree of the enumerative problem data:=[268569, 936795, 663281, 130871, 484, 0, 0, 0, 0, 0, 0]: Time:=736303.59: ##############################################################