-
Notifications
You must be signed in to change notification settings - Fork 294
Description
Recently, I have updated my Windows machine, and since then, I have experienced the error message "Microsoft Visual C++ Runtime Library, Debug Assertion Failed" every time Ipopt is called. I have been using ipopt 3.14.17 until I noticed that a new release is available. Hoping for a fix, I have updated the solver to version 3.14.18. However, the problem persists with this version too.
I'm using a Windows machine with an Intel 13th-gen i7-1365U. If I run ipopt -v
in a terminal the output confirm that I am using the latest version: Ipopt 3.14.18 (x86_64-w64-mingw32), ASL(20241111)
.
The error message is the following:
If I use the version of ipopt shipped with AMPL, Ipopt 3.12.13 (Windows AMD64), ASL(20221115)
, I can run the solver without any issue.
I am using this option as a fallback until a new release will fix the error.
Thank you for all the work in maintaining this awesome project.