packages feed

sbv-8.2: SBVTestSuite/GoldFiles/quantified_sat_forallforall_thm_c.gold

** 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 BV)
[GOOD] ; --- uninterpreted sorts ---
[GOOD] ; --- tuples ---
[GOOD] ; --- sums ---
[GOOD] ; --- literal constants ---
[GOOD] ; --- skolem constants ---
[GOOD] ; --- constant tables ---
[GOOD] ; --- skolemized tables ---
[GOOD] ; --- arrays ---
[GOOD] ; --- uninterpreted constants ---
[GOOD] ; --- user given axioms ---
[GOOD] ; --- formula ---
[GOOD] (assert (forall ((s0 (_ BitVec 8))
                        (s1 (_ BitVec 8)))
                   (let ((s2 (bvsub s1 s0)))
                   (let ((s3 (bvadd s0 s2)))
                   (let ((s4 (= s1 s3)))
                   s4)))))
[SEND] (check-sat)
[RECV] sat
*** In a quantified context, obvservables will not be printed.
*** Solver   : Z3
*** Exit code: ExitSuccess