#data.3.3.-2.13 # # We study the maximum number of real solutions to # # f(z)*g(z)^3*z^1 - h(z) = 0, # # f, g, and h all have degree 3. # ####################################################### k:=3: p:=3: l:=-2: Iterations:=500: Instance:=2000: deg:=13: # Degree of the enumerative problem data:=[506, 634308, 608545, 755088, 1553, 0, 0]: Time:=514787.18: ##############################################################