-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fabb37c
commit 68263c8
Showing
5 changed files
with
135 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
** 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] ; --- tuples --- | ||
[GOOD] ; --- sums --- | ||
[GOOD] ; --- literal constants --- | ||
[GOOD] ; --- top level inputs --- | ||
[GOOD] ; --- constant tables --- | ||
[GOOD] ; --- non-constant tables --- | ||
[GOOD] ; --- uninterpreted constants --- | ||
[GOOD] ; --- user defined functions --- | ||
[GOOD] ; --- assignments --- | ||
[GOOD] ; --- delayedEqualities --- | ||
[GOOD] ; --- formula --- | ||
[GOOD] (assert false) | ||
[SEND] (check-sat) | ||
[RECV] unsat | ||
*** Solver : Z3 | ||
*** Exit code: ExitSuccess | ||
|
||
FINAL OUTPUT: | ||
Q.E.D. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
** 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-option :pp.max_depth 4294967295) | ||
[GOOD] (set-option :pp.min_alias_size 4294967295) | ||
[GOOD] (set-option :model.inline_def true ) | ||
[GOOD] (set-logic ALL) ; has unbounded values, using catch-all. | ||
[GOOD] ; --- uninterpreted sorts --- | ||
[GOOD] ; --- tuples --- | ||
[GOOD] ; --- sums --- | ||
[GOOD] ; --- literal constants --- | ||
[GOOD] (define-fun s0 () (Array Int (_ FloatingPoint 11 53)) (store (store ((as const (Array Int (_ FloatingPoint 11 53))) ((_ to_fp 11 53) roundNearestTiesToEven (/ 5.0 1.0))) 3 ((_ to_fp 11 53) roundNearestTiesToEven (/ 4.0 1.0))) 1 ((_ to_fp 11 53) roundNearestTiesToEven (/ 2.0 1.0)))) | ||
[GOOD] (define-fun s1 () (Array Int (_ FloatingPoint 11 53)) (store (store ((as const (Array Int (_ FloatingPoint 11 53))) ((_ to_fp 11 53) roundNearestTiesToEven (/ 5.0 1.0))) 1 ((_ to_fp 11 53) roundNearestTiesToEven (/ 2.0 1.0))) 3 ((_ to_fp 11 53) roundNearestTiesToEven (/ 4.0 1.0)))) | ||
[GOOD] ; --- top level inputs --- | ||
[GOOD] ; --- constant tables --- | ||
[GOOD] ; --- non-constant tables --- | ||
[GOOD] ; --- uninterpreted constants --- | ||
[GOOD] ; --- user defined functions --- | ||
[GOOD] ; --- assignments --- | ||
[GOOD] (define-fun s2 () Bool (= s0 s1)) | ||
[GOOD] ; --- delayedEqualities --- | ||
[GOOD] ; --- formula --- | ||
[GOOD] (assert (not s2)) | ||
[SEND] (check-sat) | ||
[RECV] unsat | ||
*** Solver : Z3 | ||
*** Exit code: ExitSuccess | ||
|
||
FINAL OUTPUT: | ||
Q.E.D. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
** 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-option :pp.max_depth 4294967295) | ||
[GOOD] (set-option :pp.min_alias_size 4294967295) | ||
[GOOD] (set-option :model.inline_def true ) | ||
[GOOD] (set-logic ALL) ; has unbounded values, using catch-all. | ||
[GOOD] ; --- uninterpreted sorts --- | ||
[GOOD] ; --- tuples --- | ||
[GOOD] ; --- sums --- | ||
[GOOD] ; --- literal constants --- | ||
[GOOD] (define-fun s0 () (Array Int (_ FloatingPoint 11 53)) (store (store ((as const (Array Int (_ FloatingPoint 11 53))) ((_ to_fp 11 53) roundNearestTiesToEven (/ 5.0 1.0))) 3 ((_ to_fp 11 53) roundNearestTiesToEven (/ 1.0 1.0))) 1 ((_ to_fp 11 53) roundNearestTiesToEven (/ 2.0 1.0)))) | ||
[GOOD] (define-fun s1 () (Array Int (_ FloatingPoint 11 53)) (store (store ((as const (Array Int (_ FloatingPoint 11 53))) ((_ to_fp 11 53) roundNearestTiesToEven (/ 5.0 1.0))) 1 ((_ to_fp 11 53) roundNearestTiesToEven (/ 2.0 1.0))) 3 ((_ to_fp 11 53) roundNearestTiesToEven (/ 4.0 1.0)))) | ||
[GOOD] ; --- top level inputs --- | ||
[GOOD] ; --- constant tables --- | ||
[GOOD] ; --- non-constant tables --- | ||
[GOOD] ; --- uninterpreted constants --- | ||
[GOOD] ; --- user defined functions --- | ||
[GOOD] ; --- assignments --- | ||
[GOOD] (define-fun s2 () Bool (= s0 s1)) | ||
[GOOD] ; --- delayedEqualities --- | ||
[GOOD] ; --- formula --- | ||
[GOOD] (assert (not s2)) | ||
[SEND] (check-sat) | ||
[RECV] sat | ||
*** Solver : Z3 | ||
*** Exit code: ExitSuccess | ||
|
||
FINAL OUTPUT: | ||
Falsifiable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
** 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-option :pp.max_depth 4294967295) | ||
[GOOD] (set-option :pp.min_alias_size 4294967295) | ||
[GOOD] (set-option :model.inline_def true ) | ||
[GOOD] (set-logic ALL) ; has unbounded values, using catch-all. | ||
[GOOD] ; --- uninterpreted sorts --- | ||
[GOOD] ; --- tuples --- | ||
[GOOD] ; --- sums --- | ||
[GOOD] ; --- literal constants --- | ||
[GOOD] (define-fun s0 () (Array Int (_ FloatingPoint 11 53)) (store (store ((as const (Array Int (_ FloatingPoint 11 53))) ((_ to_fp 11 53) roundNearestTiesToEven (/ 5.0 1.0))) 3 ((_ to_fp 11 53) roundNearestTiesToEven (/ 1.0 1.0))) 1 ((_ to_fp 11 53) roundNearestTiesToEven (/ 2.0 1.0)))) | ||
[GOOD] (define-fun s1 () (Array Int (_ FloatingPoint 11 53)) (store (store ((as const (Array Int (_ FloatingPoint 11 53))) ((_ to_fp 11 53) roundNearestTiesToEven (/ 5.0 1.0))) 1 ((_ to_fp 11 53) roundNearestTiesToEven (/ 2.0 1.0))) 3 ((_ to_fp 11 53) roundNearestTiesToEven (/ 4.0 1.0)))) | ||
[GOOD] ; --- top level inputs --- | ||
[GOOD] ; --- constant tables --- | ||
[GOOD] ; --- non-constant tables --- | ||
[GOOD] ; --- uninterpreted constants --- | ||
[GOOD] ; --- user defined functions --- | ||
[GOOD] ; --- assignments --- | ||
[GOOD] (define-fun s2 () Bool (distinct s0 s1)) | ||
[GOOD] ; --- delayedEqualities --- | ||
[GOOD] ; --- formula --- | ||
[GOOD] (assert (not s2)) | ||
[SEND] (check-sat) | ||
[RECV] unsat | ||
*** Solver : Z3 | ||
*** Exit code: ExitSuccess | ||
|
||
FINAL OUTPUT: | ||
Q.E.D. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters