(declare-const a Bool) (declare-const b Bool) (assert (not a)) (assert (or a b)) (check-sat) (get-model)