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

Support converting Ceil and Exists conditions to Bool unsafely #2684

Merged
merged 6 commits into from
Jun 28, 2022

Conversation

ehildenb
Copy link
Member

@ehildenb ehildenb commented Jun 28, 2022

If the user passes unsafe=True, we now support converting Ceil conditions to Bool, and #Exists conditions.

I'm pretty sure the transformation is actually safe, but seeing as how this has only been a problem in the summarizer we can mark it as unsafe for now.

These cases were discovered when @jberthold was trying the summarizer on a new proof, and the conditions given back by the prover contained #Ceil and #Exists conditions. This will make it easier to track down what part of the specification needed to change.

@ehildenb ehildenb self-assigned this Jun 28, 2022
@ehildenb ehildenb marked this pull request as ready for review June 28, 2022 06:05
pyk/src/pyk/kastManip.py Outdated Show resolved Hide resolved
@rv-jenkins rv-jenkins merged commit 6f12ca3 into master Jun 28, 2022
@rv-jenkins rv-jenkins deleted the pyk-ceil branch June 28, 2022 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants