-
I'm doing some work with program verification, and as part of it I tried to use SBV's array logic in query mode. It gave me an exception asking me to submit a feature request:
```
*** Data.SBV: Un…
bch29 updated
7 years ago
-
Hi, I have a file .z3 that contains several sort and function declarations, as well several assertions.
In order to import this using the Java API I use
```context.parseSMTLIB2String(, null, null, …
-
Consider the following GHCi interaction:
```
Prelude Data.SBV> (-1 :: SBV Int8) `sShiftRight` (1 :: SBV Word8)
-1 :: SInt8
Prelude Data.SBV> (-1 :: SBV Int8) `sShiftRight` (7 :: SBV Word8)
-1 :: …
-
I'm am trying to load in an smt2 file using the C++/C API for z3 (v4.5.1), and then add assertions using the API, with datatypes and functions that were declared in the smt2 file.
Here is an exampl…
-
> * Results from de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator:
> - UnsupportedSyntaxResult [Line: 1355]: Unsupported Syntax
Analysis for floating types on heap …
-
When trying one of the basic examples from the docs, I get the following error:
```
.racket/snapshot/pkgs/rosette/rosette/solver/smt/cmd.rkt:60:0: solution: unrecognized solver output: #
```
H…
-
This comes from #951. I'm creating this separate report so this bug is not forgotten.
When running valgrind on the attached query ([branch_on_uninitialized_memory.smt2.txt](https://github.com/Z3Pro…
-
First, I want to say that I am quite new to haskell and smt solvers, but heard of this project and it seems a very amazing way to do proofs on production code at minimal cost. I am going through the …
-
hackage has 0.3.1, this repo has 1.0 ?
one difference I see is that 1.0 has the `.+.` operator, which is convenient.
0.3 has `plus` but the code example on https://hackage.haskell.org/package/s…
-
This is a minor issue.
I recently observed the following from Z3's C API.
If I have a `Z3_func_decl` (e.g. `(declare x (_ BitVec 32))`) if I can convert this to a `Z3_ast` and request its sort Z…