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
In the code, where we check for an OOB or a division by zero, the boolean corresponding to the failure is passed to select. Instead we should simply assume it does not fail and avoid calling the solver twice.
The converse holds for assertions in --fail-on-trap-only