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

SMTChecker: Increase Z3 resource limit #15251

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Conversation

blishko
Copy link
Contributor

@blishko blishko commented Jul 9, 2024

Increasing resource limit of z3 results in more SMTChecker tests correctly solved, without increasing the running time significantly.

This is in preparation for switching z3 to SMT-LIB interface, so as to not have significant changes in tests for that switch.

Increasing resource limit of z3 results in more SMTChecker tests
correctly solved, without increasing the running time significantly.

This is in preparation for switching z3 to SMT-LIB interface, so as to
not have significant changes in tests for that switch.
@blishko blishko force-pushed the smt-bump-z3-resource-limit branch from ce30211 to 4c857f5 Compare July 9, 2024 15:22
@@ -23,10 +23,8 @@ contract LoopFor2 {
}
}
// ====
// SMTEngine: all
// SMTEngine: chc
Copy link
Member

Choose a reason for hiding this comment

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

Does this test does not work anymore with bmc?

@ekpyron ekpyron merged commit 5e9d38e into develop Jul 9, 2024
72 checks passed
@ekpyron ekpyron deleted the smt-bump-z3-resource-limit branch July 9, 2024 16:49
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