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

Adding is-loop functionality #4650

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Adding is-loop functionality #4650

merged 2 commits into from
Sep 25, 2024

Conversation

PetarMax
Copy link
Contributor

This PR adds a recogniser function for loops to the KCFG semantics. This allows us to avoid unnecessary KCFG traversal computation in the cases when the node examined is not a loop head. This computation turned out to be quite expensive in real-world proofs with a high branching factor.

@rv-jenkins rv-jenkins changed the base branch from master to develop September 25, 2024 07:05
@PetarMax
Copy link
Contributor Author

I have tested this change on the above-mentioned engagement proof and can confirm that the slowdown is no longer present.

@PetarMax
Copy link
Contributor Author

This functionality is also tested here implicitly through all of the tests for bounded executions.

@rv-jenkins rv-jenkins merged commit 315cf79 into develop Sep 25, 2024
17 checks passed
@rv-jenkins rv-jenkins deleted the petar/is-loop branch September 25, 2024 15:27
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