#data.2.6.2.18 # # We study the maximum number of real solutions to # # f(z)*g(z)^6*z^4 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=6: l:=2: Iterations:=500: Instance:=3000: deg:=18: # Degree of the enumerative problem data:=[203378, 899515, 1038492, 665987, 192628, 0, 0, 0, 0, 0]: Time:=448905.21: ##############################################################