#data.3.3.-1.14 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^2 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=3: l:=-1: Iterations:=500: Instance:=1000: deg:=14: # Degree of the enumerative problem data:=[197, 162737, 356318, 397326, 82714, 708, 0, 0]: Time:=284842.07: ##############################################################