#data.2.4.4.16 # # We study the maximum number of real solutions to # # f(z)*g(z)^4*z^6 - h(z) = 0, # # f, g, and h all have degree 2. # ####################################################### k:=2: p:=4: l:=4: Iterations:=1000: Instance:=3000: deg:=16: # Degree of the enumerative problem data:=[403591, 2013058, 1957564, 1411072, 214715, 0, 0, 0, 0]: Time:=704362.60: ##############################################################