(set-logic QF_ABV) (set-info :status sat) (declare-const v0 (_ BitVec 1)) (declare-const v1 (_ BitVec 1)) (declare-const v2 (_ BitVec 1)) (declare-const a0 (Array (_ BitVec 1) (_ BitVec 1) )) (assert (= #b1 (bvand (bvnot (ite (= (concat (_ bv0 3) (bvnot (bvand v0 (bvnot v1)))) (_ bv0 4)) #b1 #b0)) (bvand (bvand (bvnot (bvand v0 (bvnot v1))) (bvnot v2)) (select (store a0 (_ bv0 1) (_ bv0 1)) (bvnot v2)))))) (check-sat)