(set-info :status sat) (set-option :produce-models true) (set-logic QF_BV) (declare-fun a () Bool) (declare-fun b () Bool) (assert (and a b)) (check-sat) (get-model)