Closed 4er4er4er closed 2 years ago
Fixed in 9d019df9.
Problem: Gurobi's pow does not accept bases with negative lower bound.
Solved by reducing pow with integer positive exp to quadratics.
Best objective -1.031628885569e+00, best bound -1.031714786227e+00, gap 0.0083%
x-Gurobi 9.5.1: optimal solution; objective -1.031628886
271 simplex iterations
121 branching nodes
ampl: display x;
x [*] :=
1 0.0901601
2 -0.7132
x-gurobi does not give a correct solution for the following unconstrained polynomial minimization (from camel1.txt in the NLMODELS collection):
The optimum given in the file (and confirmed by Lindo Global) is -1.031628453, at (0.089842,-0.712656) and (-0.089842, 0.712656). But x-gurobi gives this result: