mzagorowska

Results 4 issues of mzagorowska

See: https://discourse.julialang.org/t/alpine-jump-gives-error-for-quadratic-functions/70321 In summary, if I change one nonlinear constraint slightly to have x[1]*x[1] instead of x[1]*x[6] I am getting an error on MOI.ScalarQuadraticFunction.

bug

I posted an issues here: https://discourse.julialang.org/t/jump-eago-nlexpressions-gives-numeric-instability/61093 and they sent me to bug report. I want to use EAGO.jl as an alternative solver to ipopt for nonlinear problems. I ran the...

I am playing with the example provided in Matlab: ``` fun = @(x) [-x(1) - x(2) - x(3); (x(2) - 1./2.)*(x(2) - 1./2.) + (sin(x(3)) - 1./2.)*(x(3) - 1./2.) -...

fix

Not sure if I should have posted it as a bug or feature request. It would be great to make EAGO work with the new nonlinear syntax in JuMP (i.e....