-
I'm wondering if there is a way to use the cube & conquer API to serialize and distribute cubes for large scale distributed cube & conquer scenarios.
-
Hello,
This may look more like a feature request but I noticed that the models returned by Z3 changed greatly between 4.4.0 and 4.8.0. On the following file [model.smt2.txt](https://github.com/Z3Pr…
-
There are several smaller bugs in MathSAT5 (version 5.6.3) that need to be reported to the MathSAT5 developers. Most of the bugs regularly appear in CPAchecker benchmarks.
We can set a low priority…
-
Hi Alt-Ergo team!
A recurring issue with all SMT solvers that we use is that integer exponentiation is very weakly supported, in part because SMT-LIB2 does not define it in any theory. Thus, we're …
-
Hi
1. For bit-vectors, can I suggest to output the sort with the underscore, namely `(_ BitVec 2)` instead of `(BitVec 2)`?
2. I'm surprised that it seems that you can not have `let` in the defi…
-
Any ideas what is causing this error? I updated coreir.
```
tests/test_coreir/test_clock_tuple_compile.py ERROR:magma:Input port Foo_inst0.clocks not driven
Def:
Instances:
Foo_inst…
-
I am using the `z3 Python` to analysis some programs. Currently, I would like to print out some (large) symbolic formulas out. However, it seems that such formulas are always **cut** to some degree..
…
-
```
from z3 import *
s = Optimize()
x = Int('x')
y = Int('y')
z = Int('z')
s.add_soft(x > 0, id= 1)
s.add_soft(x 0),(y < 1)) , id= 3)
s.add_soft(y > 2, id= 4)
s.add_soft(y > 3, id= 5)
s.a…
-
> Created by **@mschwerhoff** on 2017-02-06 08:09
> Last updated on 2019-07-24 12:52
Unlike SMT-LIB2, Silver currently doesn't support triggers for existentials, only for foralls. However, this [Stac…
-
I am using z3 to print some formulas from the python api using formula.sexpr(). I'm on the master branch of Z3, commit 6e3f05b98. After printing the formula with z3, I'm parsing it with mathsat, which…