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

[FEATURE] Streamline set update operations #1171

Closed
rodrigo7491 opened this issue Dec 13, 2021 · 0 comments · Fixed by #1181
Closed

[FEATURE] Streamline set update operations #1171

rodrigo7491 opened this issue Dec 13, 2021 · 0 comments · Fixed by #1181
Assignees
Labels
Farrays Feature: New SMT encoding with arrays

Comments

@rodrigo7491
Copy link
Collaborator

The evaluation results of the current state of the arrays encoding are very poor, as shown by following reports.

One possible cause is the definition of intermediary arrays during array definitions/updates. These are quite numerous, with a new array being created for the update of every single element, and are probably slowing down the solver. To improve performance we should collapse sequences of SMT store operators into a single clause.

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.

2 participants