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

PortfolioSolver with incremental smtlib solvers #156

Open
colder opened this issue Oct 8, 2015 · 0 comments
Open

PortfolioSolver with incremental smtlib solvers #156

colder opened this issue Oct 8, 2015 · 0 comments
Labels

Comments

@colder
Copy link
Member

colder commented Oct 8, 2015

Portfolio solvers cannot be used incrementally if the underlying solvers are smt-lib based.

The issue is that whenever portfolio runs check() it waits until the first solver finishes and then interrupts all other solvers (to make sure there is no out-of-order messages, e.g. assert while check). Since interrupt is implement in smt-lib solvers by killing the smt process, solvers become unusable for subsequent commands and thus cannot be used incrementally.

@colder colder added the bug label Oct 8, 2015
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