Skip to content
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

Add missing Ipopt return codes. #589

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

saverkin
Copy link

@saverkin saverkin commented Nov 1, 2024

Maximum_CpuTime_Exceeded return code was introduced in at least Ipopt 3.10.4 (2013-05-05). Maximum_WallTime_Exceeded return code was added in Ipopt 3.14.0 (2021-06-15). Please, see Ipopt changelog for details: https://coin-or.github.io/Ipopt/md_ChangeLog.html. Add missing Ipopt return codes.

Without these return codes, the pagmo2 throws an exception when any of these conditions is satisfied.

Maximum_CpuTime_Exceeded return code was introduced in at least Ipopt 3.10.4 (2013-05-05).
Maximum_WallTime_Exceeded return code was added in Ipopt 3.14.0 (2021-06-15).
Please, see Ipopt changelog for details: https://coin-or.github.io/Ipopt/md_ChangeLog.html.

Without these return codes, the pagmo2 throws an exception when any of these conditions is satisfied.

Signed-off-by: Sergey Averkin <sergey.n.averkin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant