(set-logic QF_BV) (set-info :status sat) (declare-const v0 (_ BitVec 1024)) (declare-const v1 (_ BitVec 1024)) (declare-const v2 (_ BitVec 1024)) (declare-const v3 (_ BitVec 1024)) (declare-const v4 (_ BitVec 1024)) (declare-const v5 (_ BitVec 1024)) (assert (= #b1 (ite (distinct (bvmul (bvmul v1 v2) (bvmul (bvmul v0 v1) (bvmul v0 v2))) (bvmul v5 (bvmul v3 v4))) #b1 #b0))) (check-sat)