-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status msg: Unknown Status #259
Comments
"Unknown status" is returned if cyipopt does not have a specific status message for what IPOPT returns. It is possible that we don't have all status messages implemented for newer IPOPT versions. |
We have 19 status messages here: https://github.com/mechmotum/cyipopt/blob/master/cyipopt/cython/ipopt_wrapper.pyx#L85 which should match those here: https://coin-or.github.io/Ipopt/OUTPUT.html but there is a mismatch:
|
Thanks! it was For future reference, downgrading ipopt version helped not spitting this message. |
We need to update the status messages here to match those available in IPOPT. Thanks for reporting. |
See: https://coin-or.github.io/Ipopt/IpReturnCodes__inc_8h.html#ab542e0b1ca364a9b7525a876ffdae7d7
|
Hello, I am using the cyipopt v1.4.1 a lot for my project.
During a project, I frequently face the status msg with the b"Unknown status". From my observation, it occurs a lot when the constraint becomes tight, but a feasible solution still exists (Cons < 0).
Could you please advise how to find the cause of this problem (or if a similar issue has been observed, which I cannot find in the issue history.)
Below, I provide how I construct the NLP problem using cyipopt
The text was updated successfully, but these errors were encountered: