-
Notifications
You must be signed in to change notification settings - Fork 123
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
Brian Huffman
committed
Nov 21, 2019
1 parent
5725d23
commit 85bff67
Showing
2 changed files
with
19 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,2 @@ | ||
:set prover = yices | ||
:prove \(x:[32]) -> x!0 ==> x * (x ^^ -1) == 1 |
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,17 @@ | ||
Loading module Cryptol | ||
|
||
SBV exception: | ||
|
||
*** Data.SBV: Unexpected non-success response from Yices: | ||
*** | ||
*** Sent : (define-fun s64 () (_ BitVec 32) (bvmul s63 s63)) | ||
*** Expected : success | ||
*** Received : (error "at line 69, column 35: in bvmul: maximal polynomial degree exceeded") | ||
*** | ||
*** Exit code : ExitSuccess | ||
*** Executable: /Users/huffman/.bin/yices-smt2 | ||
*** Options : --incremental | ||
*** | ||
*** Reason : Check solver response for further information. If your code is correct, | ||
*** please report this as an issue either with SBV or the solver itself! | ||
|