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

Changed Any Operator to be less Wasteful #1582

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jff-work
Copy link

As suggested in issue:
#1552

The Any operator in Quint was evaluating a lot of statements in cases that could be skipped. I implemented the proposed solution and wrote some tests as well as reasoned about the probabilities of different statements being returned by Any, which remain the same for this implementation.
https://github.com/jff-work/quint-any-test

I'd probably run some more complicated tests before merging this.

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