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 restriction that disables MCE for function verification #759

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

marcoeilers
Copy link
Contributor

MCE was previously always disabled during function verification, presumably because at some point the MCE code did not yet record all its definitions in the FunctionRecorder, which would lead to Z3 complaining about undefined symbols being used. However, this has been fixed in the meantime, so we can actually enable MCE for function verification.

This does not break any code in the test suite or my usual test code (including SCION code), and it does give us more completeness during function verification, so this PR removes this restriction.

@marcoeilers marcoeilers merged commit 26a59e9 into master Oct 12, 2023
4 checks passed
@marcoeilers marcoeilers deleted the meilers_mce_for_functions branch October 12, 2023 22:15
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.

1 participant