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