(set-logic QF_BV) (set-info :status unsat) (declare-const v0 (_ BitVec 8)) (declare-const v1 (_ BitVec 8)) (assert (not (and (or (not (distinct v1 (_ bv0 8))) (bvule (bvurem v0 v1) v0)) (or (not (distinct v1 (_ bv0 8))) (bvule (bvurem v0 v1) v1))))) (check-sat)