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