#data.2.3.-2.8 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^0 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=3: l:=-2: Iterations:=500: Instance:=1000: deg:=8: # Degree of the enumerative problem data:=[70310, 266128, 663165, 397, 0]: Time:=52545.75: ##############################################################