(set-logic QF_BV) (set-info :status sat) (declare-const v0 (_ BitVec 1)) (declare-const v1 (_ BitVec 1)) (declare-const v2 (_ BitVec 1)) (declare-const v3 (_ BitVec 2)) (declare-const v4 (_ BitVec 1)) (assert (= #b1 (bvand (bvand v0 v1) (bvand v2 (ite (= (bvadd v3 (concat v4 ((_ extract 3 3) (concat (ite (= ((_ extract 0 0) (bvand v0 v1)) #b1) (bvnot (_ bv0 3)) (_ bv0 3)) (bvand v0 v1))))) (_ bv0 2)) #b1 #b0))))) (check-sat)