-
I noted that the builds having the z3 solver can non-deterministically yield a segfault on Travis.
I tried to reproduce the problem locally even using the docker Travis image with no luck.
We co…
-
I have the following functions:
```
zero_from : {m, a, b} (Logic a, Eq a, fin m, Integral b, Literal 1 b, Cmp b) => b -> [m]a -> Bit
zero_from N xs = zipWith (&&) (take Bit
property zero_from_eq…
-
Consider the following contrived C function.
```
void f(int A[10][9][8], int val, int pos) {
for(int i = 0; i < 10; i++) {
for(int j = 0; j < 9; j++) {
A[i][j][pos] = val;
}
}…
-
Both OpenSMT2 and Bitwuzla need the removal of certain parts of SMTLIB2 Strings before we can parse them. Examples are comments and `set-logic`.
This is currently done lazily and incomplete. For exam…
-
command:
```
./alt-ergo tables-Map-VC_add_max_binding.ae --interpretation last --timelimit 1 --output smtlib2 --timelimit-interpretation 1
```
File: [bug.ae.zip](https://github.com/OCamlPro/alt-…
-
This is a fairly long issue - my apologies! I hope it will provide a good base for discussion.
---------------------------
### Is your feature request related to a problem? Please describe.
…
-
I can't seem to build souper on my Linux machine. I'm not sure whether this is an LLVM problem or a cmake problem. I am but a humble Rust developer
```
Consolidate compiler generated dependencies of…
-
When I run the command `./Ultimate -tc config/AutomizerBpl.xml -s config/svcomp-Reach-64bit-Automizer_Bitvector.epf -i test.bpl` on the below file, I get the error `SMTLIBException: Parse Error: :14.1…
-
I am currently using Bitwuzla for some cryptographic S-box searches. Previously, I used the STP SMT solver, which supports CryptoMiniSat and multithreading. I found the multithreading feature particul…
-
The program does not always yield an error, I can run it from the command line just fine, and the function it is complaining about is an obfuscated (virtualised) version of the reference function, whi…