SMT solver for bit-vectors, floating-points, arrays, and uninterpreted functions
SMT solver for bit-vectors, floating-points, arrays and uninterpreted functions
bitwuzla$ bitwuzla problem.smt2$ bitwuzla --verbosity=2 constraints.smt2$ echo '(set-logic QF_BV) (declare-fun x () (_ BitVec 8)) (assert (= x #xFF)) (check-sat)' | bitwuzla