-
Notifications
You must be signed in to change notification settings - Fork 45
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
Solving under Assumptions with SMTInterpol #70
Comments
OK, I'll take care of this. |
@PhilippWendler yet it's on a branch, so I can't do anything now. |
This could be done now. |
Great, I'll take a look. On Thu, Sep 8, 2016 at 2:58 PM, Philipp Wendler [email protected]
|
I think this should be done now when changes for assumptions are worked on anyway. |
Unfortunately, SMTInterpol seems to loop on simple problems which we have in tests. I'll add a ticket on their issue tracker. |
Currently blocked by ultimate-pa/smtinterpol#27 |
Fixed in a branch in 3aea034 |
Fixed in SMTInterpol: ultimate-pa/smtinterpol#27 |
Blocked by
|
Current status: |
ultimate-pa/smtinterpol#23 seems to add solving under assumptions for SMTInterpol, so JavaSMT should make use of it. It even seems to support what we call
unsatCoreOverAssumptions
(withget-unsat-assumptions
).The text was updated successfully, but these errors were encountered: