-
Notifications
You must be signed in to change notification settings - Fork 9
Defaults for well known SMT solvers #52
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
Defaults for well known SMT solvers #52
Conversation
This commit adds the methods `.with_z3_defaults()` and `.with_cvc5_defaults()` to the `ContextBuilder`. These methods will add the default arguments to start the respective SMT solver in REPL mode.
elliottt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, just a few requests before merging. Thank you!
elliottt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, just a few clarifications on what I was asking for, then we can merge.
Co-authored-by: Trevor Elliott <[email protected]>
Co-authored-by: Trevor Elliott <[email protected]>
elliottt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
I'll make a release tomorrow, thanks again for your recent contributions! |
This commit adds the methods
.with_z3_defaults()and.with_cvc5_defaults()to theContextBuilder. These methods will add the default arguments to start the respective SMT solver in REPL mode.