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

Remove Boolector Quantifiers #448

Closed
wants to merge 14 commits into from
Closed

Conversation

baierd
Copy link
Collaborator

@baierd baierd commented Mar 6, 2025

Boolectors quantifier support never worked in JavaSMT and never will without changing our public API.
The reason is that it needs bound variables, but Boolector does not allow formula manipulation.
Boolector is also in maintenance mode and does not receive any updates.

This PR removes Boolectors quantifiers.

@baierd baierd requested a review from kfriedberger March 6, 2025 16:17
@baierd baierd self-assigned this Mar 6, 2025
BaierD added 4 commits March 6, 2025 17:29
…sable all tests without assertions or printouts
…che the free vars in the creator as retrieval by name from the solver is not reliable for variables that are also used in quantifiers
@baierd
Copy link
Collaborator Author

baierd commented Mar 6, 2025

This PR depends on #447 (due to test changes).
This PR is also based on 5.0.1, as it is meant to be merged into feature branches as well.

Copy link
Member

@kfriedberger kfriedberger left a comment

Choose a reason for hiding this comment

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

This PR also changes Yices. Please close this pr and open a new one with only Boolector related changes. Thanks.

Copy link
Member

@kfriedberger kfriedberger left a comment

Choose a reason for hiding this comment

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

The changes for Boolector (alone!) are valid and can be accepted.

@baierd
Copy link
Collaborator Author

baierd commented Mar 7, 2025

Closed in favor of #449

@baierd baierd closed this Mar 7, 2025
@baierd baierd deleted the remove_boolector_quantifiers branch March 7, 2025 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants