Hello, I encountered an assertion violation when running Z3 debug build on the following input.
Input :
(declare-const r (_ BitVec 8))
(declare-const t (_ BitVec 8))
(assert (and (= t ((_ int_to_bv 8) (div (+ (ubv_to_int (bvadd r t)) 130) 2))) (not (= t (_ bv0 8)))))
Output :
ASSERTION VIOLATION
File: ../src/util/mpq.h
Line: 538
is_int(a) && is_int(b)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB, Invoke (L)LDB
Commit : ec42464
Hello, I encountered an assertion violation when running Z3 debug build on the following input.
Input :
Output :
Commit : ec42464