-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
6 changed files
with
22 additions
and
6 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
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,3 @@ | ||
(declare-fun symbol_0 () (_ BitVec 32)) | ||
(assert (= symbol_0 (_ bv0 32))) | ||
(check-sat) |
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,9 @@ | ||
(declare-const x (_ BitVec 32)) | ||
(declare-const y (_ BitVec 32)) | ||
(declare-const z (_ BitVec 32)) | ||
(declare-const u (_ BitVec 65)) | ||
(declare-const v (_ BitVec 64)) | ||
(declare-const w (_ BitVec 64)) | ||
(assert (= x (bvnot (bvnot x)))) | ||
(assert (= (bvneg y) (bvneg y))) | ||
(check-sat) |
This file was deleted.
Oops, something went wrong.
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,3 @@ | ||
(declare-fun symbol_0 () (_ BitVec 8)) | ||
(declare-fun symbol_1 () (_ BitVec 32)) | ||
(declare-fun symbol_2 () (_ BitVec 64)) |
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