jump-dev / Ipopt.jl

A Julia interface to the Ipopt nonlinear solver
https://github.com/coin-or/ipopt
Other
149 stars 58 forks source link

Use the last version of Ipopt_jll #377

Closed amontoison closed 11 months ago

amontoison commented 11 months ago

Ipopt was recompiled with the last release of MUMPS and SPRAL.

codecov[bot] commented 11 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (adfde74) 94.02% compared to head (e22da92) 94.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #377 +/- ## ======================================= Coverage 94.02% 94.02% ======================================= Files 4 4 Lines 921 921 ======================================= Hits 866 866 Misses 55 55 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jeremiahpslewis commented 11 months ago

👍

odow commented 11 months ago

Will this fix the AmplNLWriter problem?

amontoison commented 11 months ago

Will this fix the AmplNLWriter problem?

It's unlikely. We don't know the origin of the AmplNLWriter problem.

odow commented 11 months ago

What about https://github.com/jump-dev/Ipopt.jl/issues/374

amontoison commented 11 months ago

I was in England two weeks ago to visit the HSL team and they fixed many bugs in SPRAL. It could solve the issue on Windows. :crossed_fingers: I know that they did other fixes recently but we don't have a new release yet.