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

Assertion error at src/tsolvers/TSolverHandler.cc:125 #199

Closed
rainoftime opened this issue Nov 13, 2020 · 0 comments · Fixed by #341
Closed

Assertion error at src/tsolvers/TSolverHandler.cc:125 #199

rainoftime opened this issue Nov 13, 2020 · 0 comments · Fixed by #341

Comments

@rainoftime
Copy link

rainoftime commented Nov 13, 2020

Hi, for the following formula,
opensmt 948bc88,

(set-logic QF_UF)
(declare-fun uf5 (Bool Bool Bool Bool Bool) Bool)
(declare-fun uf6 (Bool Bool Bool Bool Bool Bool) Bool)
(declare-fun v0 () Bool)
(declare-fun v1 () Bool)
(declare-fun v2 () Bool)
(push 1)
(assert (=> v0 v1))
(push 1)
(assert (uf5 (distinct (=> v2 (=> v0 v1)) v0) true v2 (=> v2 (=> v0 v1)) true))
(check-sat)
(pop 1)
(assert false)
(check-sat)
(pop 1)
(assert (uf6 v0 v2 (=> v0 v1) true true v0))
(push 1)
(assert (xor v1 v0))
(check-sat)

$ opensmt xx.smt2
sat
unsat
opensmt: /home/pensmt/src/tsolvers/TSolverHandler.cc:125: TSolver* TSolverHandler::getReasoningSolverFor(PTRef) const: Assertion `false' failed.
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant