We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For large SMT files, it would be helpful to not have a cluttered Lean Info window.
This would also allow the generated SMT file to be processed by other tools (including other solvers).
The text was updated successfully, but these errors were encountered:
72e5c07
I've added auto.smt.save and auto.smt.savepath.
auto.smt.save
auto.smt.savepath
Sorry, something went wrong.
@PratherConid Thanks for adding these options!
A follow-up request: the generated SMT files do not have the set-logic and check-sat commands. Adding those would be helpful. Thank you!
set-logic
check-sat
@shigoel Is the set-logic command supposed to be (set-logic ALL), or you want to specify the logic manually?
(set-logic ALL)
Using ALL would be a safe default option, yes. If you like, you could also give an option to the user to specify their desired logic. Thanks!
ALL
No branches or pull requests
For large SMT files, it would be helpful to not have a cluttered Lean Info window.
This would also allow the generated SMT file to be processed by other tools (including other solvers).
The text was updated successfully, but these errors were encountered: