Skip to content
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

Mode is not properly updated on push/pop #1024

Closed
bclement-ocp opened this issue Jan 8, 2024 · 0 comments · Fixed by #1064
Closed

Mode is not properly updated on push/pop #1024

bclement-ocp opened this issue Jan 8, 2024 · 0 comments · Fixed by #1064
Assignees

Comments

@bclement-ocp
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant