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

Underapproximate unfolding #169

Open
vkuncak opened this issue Nov 1, 2021 · 0 comments
Open

Underapproximate unfolding #169

vkuncak opened this issue Nov 1, 2021 · 0 comments
Labels

Comments

@vkuncak
Copy link
Contributor

vkuncak commented Nov 1, 2021

Postconditions are not needed to ensure that counterexamples are real, so we don't need them for under-approximation check. When these postconditions contain recursive functions, the size of trees may increase unnecessarily. Tools like the KIND2 model checker therefore construct separate under-approximating and over-approximating sequences. Consider developing a counterexample-only solver in Inox that does not inline postconditions.

@vkuncak vkuncak added the feature label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant