#data.2.3.5.15 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^7 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=3: l:=5: Iterations:=500: Instance:=15000: deg:=15: # Degree of the enumerative problem data:=[1176798, 7612810, 6202628, 7764, 0, 0, 0, 0]: Time:=1614569.61: ##############################################################