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

optimization problem no warning when exitstatus is feasible and not optimal #269

Closed
Wout4 opened this issue Mar 30, 2023 · 1 comment
Closed

Comments

@Wout4
Copy link
Collaborator

Wout4 commented Mar 30, 2023

bug found while fuzztesting on optimization problems

An optimization problem can return a nonoptimal solution when setting a time limit.
The exit status will be feasible, and not optimal but the user is not warned about this.

Proposed fix:
for optimization problems either

  • only return a solution if exit status is optimal
  • warn the user when exitstatus is feasible, so the solution is not guaranteed to be optimal.
@Wout4 Wout4 added fuzz-test and removed fuzz-test labels Mar 30, 2023
@Wout4
Copy link
Collaborator Author

Wout4 commented Mar 31, 2023

this is expected behaviour!

@Wout4 Wout4 closed this as completed Mar 31, 2023
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

No branches or pull requests

1 participant