#data.3.2.-1.11 # # We study the maximum number of real solutions to # # f(z)*g(z)^2*z^2 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=2: l:=-1: Iterations:=500: Instance:=1000: deg:=11: # Degree of the enumerative problem data:=[122510, 298527, 338520, 177133, 60018, 3292]: Time:=107140.78: ##############################################################