sbv-9.0: SBVTestSuite/GoldFiles/validate_0.gold
** Calling: abc -S "%blast; &sweep -C 5000; &syn4; &cec -s -m -C 2000"
[ISSUE] ; Automatically generated by SBV. Do not edit.
** Skipping heart-beat for the solver ABC
** Backend solver ABC does not support global decls.
** Some incremental calls, such as pop, will be limited.
[ISSUE] (set-option :diagnostic-output-channel "stdout")
[ISSUE] (set-option :produce-models true)
[ISSUE] (set-logic QF_BV)
[ISSUE] ; --- uninterpreted sorts ---
[ISSUE] ; --- tuples ---
[ISSUE] ; --- sums ---
[ISSUE] ; --- literal constants ---
[ISSUE] (define-fun s1 () (_ BitVec 8) #x0a)
[ISSUE] ; --- skolem constants ---
[ISSUE] (declare-fun s0 () (_ BitVec 8)) ; tracks user variable "x"
[ISSUE] ; --- constant tables ---
[ISSUE] ; --- skolemized tables ---
[ISSUE] ; --- arrays ---
[ISSUE] ; --- uninterpreted constants ---
[ISSUE] ; --- user given axioms ---
[ISSUE] ; --- preQuantifier assignments ---
[ISSUE] (define-fun s2 () Bool (bvult s0 s1))
[ISSUE] ; --- arrayDelayeds ---
[ISSUE] ; --- arraySetups ---
[ISSUE] ; --- formula ---
[ISSUE] ; --- postQuantifier assignments ---
[ISSUE] ; --- delayedEqualities ---
[ISSUE] ; -- finalAssert ---
[ISSUE] (assert s2)
[SEND] (check-sat)
[RECV] sat
[SEND] (get-value (s0))
[RECV] ((s0 #x0))
*** Solver : ABC
*** Exit code: ExitSuccess
*** Std-err : Cmd warning: redefining '%graft'
[VALIDATE] Validating the model. Assignment:
[VALIDATE] x = 0 :: Word8
[VALIDATE] There are no constraints to check.
[VALIDATE] Validating outputs.
[VALIDATE] All outputs are satisfied. Validation complete.
FINAL OUTPUT:
Satisfiable. Model:
x = 0 :: Word8