You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: