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

Use correct smtlib2 syntax for push/pop #728

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

hernanponcedeleon
Copy link
Owner

@hernanponcedeleon hernanponcedeleon commented Sep 6, 2024

The correct smtlib syntax for push is (push <numeral>) (see section 3.9.9 of SMTLIBTutorial.pdf). Similar to pop.

While the solvers I tested before (z3, cvc5) interpret (push) as (push 1), yices2 complains about the syntax.

Copy link
Collaborator

@ThomasHaas ThomasHaas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hernanponcedeleon hernanponcedeleon merged commit 669e83a into development Sep 6, 2024
1 check passed
hernanponcedeleon added a commit that referenced this pull request Sep 16, 2024
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 this pull request may close these issues.

3 participants