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
The outputted SMT code does not contain the options that were set for z3. This makes it harder to reproduce the result using the command line. The options should be included at the top of the SMT file, like (set-option :option_name value).
The text was updated successfully, but these errors were encountered:
The outputted SMT code does not contain the options that were set for z3. This makes it harder to reproduce the result using the command line. The options should be included at the top of the SMT file, like
(set-option :option_name value)
.The text was updated successfully, but these errors were encountered: