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

keep solver state in the "right" branch #3

Open
ruaronicola opened this issue Feb 28, 2023 · 0 comments
Open

keep solver state in the "right" branch #3

ruaronicola opened this issue Feb 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ruaronicola
Copy link
Collaborator

Currently there is no such thing as "cloning" in yices. This means that---whenever we fork the execution---one of the two branches will use a fresh solver, that does not benefit from incremental solving. If such branch is the only one that's NOT pruned/reverted, then the choice of giving it the fresh solver was sub-optimal, as we throw away incremental solving for no reason.

NOTE: keep in mind that this is only meaningful as long as yices devs don't implement a cloning mechanism.

@ruaronicola ruaronicola added the enhancement New feature or request label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant