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

Slowdown of the arrays encoding in the presence of set union and set membership #1737

Closed
rodrigo7491 opened this issue May 11, 2022 · 0 comments · Fixed by #1763
Closed

Slowdown of the arrays encoding in the presence of set union and set membership #1737

rodrigo7491 opened this issue May 11, 2022 · 0 comments · Fixed by #1763
Assignees
Labels
Farrays Feature: New SMT encoding with arrays

Comments

@rodrigo7491
Copy link
Collaborator

Description

During work on #1725 it was observed that the PickPerf spec was substantially slower to verify with the arrays encoding. It contains mainly two operators, set union and set membership, thus we should investigate if potential optimizations can be made to how these are encoded.

Input specification

PickPerf.tla

The command line parameters used to run the tool

--discard-disabled=0 --tuning-options=search.invariant.mode=after --smt-encoding=arrays PickPerf.tla

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Farrays Feature: New SMT encoding with arrays
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant