You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ z3 test.smt2
sat
(error "line 6 column 49: Sort mismatch at argument #1 for function (declare-fun mkbv (Bool Bool) (_ BitVec 2)) supplied sort is (_ BitVec 2)")
Thus, parsing and type checking is fine and the satisfiability result is as expected. However, after applying bit blasting to the two quantified variables, an unexpected type error pops up.
platform: Ubuntu 23.10, GCC 13.2.0 Z3 version: both 4.12.4 and a fresh build from master have this issue.
The text was updated successfully, but these errors were encountered:
Take the following SMT2 file, stored in
test.smt2
:Running Z3 yields:
$ z3 test.smt2 sat (error "line 6 column 49: Sort mismatch at argument #1 for function (declare-fun mkbv (Bool Bool) (_ BitVec 2)) supplied sort is (_ BitVec 2)")
Thus, parsing and type checking is fine and the satisfiability result is as expected. However, after applying bit blasting to the two quantified variables, an unexpected type error pops up.
platform: Ubuntu 23.10, GCC 13.2.0
Z3 version: both 4.12.4 and a fresh build from master have this issue.
The text was updated successfully, but these errors were encountered: