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
Making an issue so we don't forget:
(set-option :produce-models true) (set-logic ALL) (declare-const x Int) (assert (<= x 10)) (push 1) (check-sat) (pop 1) (get-model)
should be rejected (originally reported by @Halbaroth)
This is because we don't update the DO.Mode in push and pop.
DO.Mode
push
pop
The text was updated successfully, but these errors were encountered:
get-value
fix(incremental): Reset to Assert mode after push/pop command
Assert
ca34827
Fixes OCamlPro#1024
fix(incremental): Reset to Assert mode after push/pop command (#…
94927da
…1064) Fixes #1024
bclement-ocp
Successfully merging a pull request may close this issue.
Making an issue so we don't forget:
should be rejected (originally reported by @Halbaroth)
This is because we don't update the
DO.Mode
inpush
andpop
.The text was updated successfully, but these errors were encountered: