(set-info :status sat) (set-logic QF_BV) (declare-fun a () Bool) (declare-fun b () Bool) (assert (and (not a) (or a b))) (check-sat)