-
### I have searched through the issues and didn't find my problem.
- [X] Confirm
### About the icon
Z3 an efficient SMT solver
### Links and sources
https://www.microsoft.com/en-us/research/proje…
-
From @computablee's JOSS review thread (issue #50):
# Our investigation of why CVC4 doesn't work
First, a command that should work for launching CVC4 is
`cvc4 --lang smt2 --interactive --produce-…
-
In a research project at JPL we have encountered the need for obtaining a model from a contract. A model is defined as an assignment to the input variables and output variables that satisfies the co…
-
Hi Paul,
working on my ASE paper from last year, I kind of found (but forgot to look into and report) the following problem in `scripts/kclause_to_dimacs.py`. Now, for a new project, I stumbled acros…
-
I have two Maven packages: In `project1` I use `java-smt` with native solvers (specifically Z3). I then install `project1` to my local Maven repository, and use it in `project2` (where I set up the so…
-
When running received error
```
Running external solver boolector
boolector: :154:26: expected expression
Uncaught exception:
```
Upon investigation it appears Z3 is printing smtlib differently …
-
When using the `--stretch` parameter of `tlapm`, the resulting timeouts for the backend solvers don't seem to respected properly. See the following output from the attached repro ([tlapm-timeout-repro…
-
In the first incremental track job of SMT-COMP 2019 (https://www.starexec.org/starexec/secure/details/job.jsp?id=35262), in subspace QF_ABV, solver z3-4.8.4-wrapped-inc is incorrectly displayed as z3-…
-
-
The SMT operations `smt.forall` and `smt.exists` support attributes called `weight` and `no_pattern` to give hints to the solver backend (e.g., Z3). We should add support for them in the `ExportSMTLIB…