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

Fix write_smtlib2 predicate/proposition term conventions. #485

Merged
merged 1 commit into from
Jun 11, 2019

Conversation

brianhuffman
Copy link
Contributor

Unlike function writeSMTLib2 (which expects a saw-core
proposition of type sort 0), write_smtlib2 expects a
predicate with a return type of Bool.

Fixes #484.

Unlike function `writeSMTLib2` (which expects a saw-core
proposition of type `sort 0`), `write_smtlib2` expects a
predicate with a return type of `Bool`.

Fixes #484.
@brianhuffman brianhuffman merged commit 03919b1 into master Jun 11, 2019
@brianhuffman brianhuffman deleted the issue484 branch June 11, 2019 01:01
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.

write_smtlib2 fails
1 participant