(set-logic QF_BV) (set-info :status sat) (declare-const v0 (_ BitVec 32)) (assert (= #b1 (bvand (ite (= (bvnot v0) (bvadd v0 (_ bv97 32))) #b1 #b0) (ite (= (bvadd v0 (_ bv97 32)) (bvnot v0)) #b1 #b0)))) (check-sat)