You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model = Model(EAGO.Optimizer)
@variable(model, x)
@NLconstraint(model, x^1.852 <= 1)
optimize!(model)
There is nothing surprising about it failing to find a solution numerically. However that a global optimizer reports a wrong result (Infeasible) is surprising and concerning.
There is a solution, although even Mathematica has to rely on a symbolic approach.