** Calling: z3 -nw -in -smt2 [GOOD] ; Automatically generated by SBV. Do not edit. [GOOD] (set-option :print-success true) [GOOD] (set-option :global-declarations true) [GOOD] (set-option :smtlib2_compliant true) [GOOD] (set-option :diagnostic-output-channel "stdout") [GOOD] (set-option :produce-models true) [GOOD] (set-logic QF_BV) [GOOD] ; --- uninterpreted sorts --- [GOOD] ; --- literal constants --- [GOOD] (define-fun s_2 () Bool false) [GOOD] (define-fun s_1 () Bool true) [GOOD] ; --- skolem constants --- [GOOD] ; --- constant tables --- [GOOD] ; --- skolemized tables --- [GOOD] ; --- arrays --- [GOOD] ; --- uninterpreted constants --- [GOOD] ; --- user given axioms --- [GOOD] ; --- formula --- [GOOD] (assert s_1) [SEND] (check-sat) [RECV] sat *** Solver : Z3 *** Exit code: ExitSuccess