-
cvc5/cvc5@3c37d6aeb7028923ea1827a75de54bd6947b955b
murxla/murxla@197fcd2d4f7f5adea892991c5749053550a19c4c
```
(set-option :check-unsat-cores true)
(assert (< (bag.card (bag real.pi (set.card (set.sin…
-
There's a bug regarding the `Ptr` type returned by `owi_alloc`. I just ran this locally, and with `-w 8` owi is making 8200 calls to the solver, totaling 34s in the solver. This means that the expres…
krtab updated
9 months ago
-
Would like to do a release of Lakeroad well before the ASPLOS talk. Need to build the infrastructure for it.
- [ ] Implement releasing for Ubuntu
- [ ] Implement releasing for MacOS
- [ ] Impleme…
-
According to the SMT-LIB standard (see page 49 and 65), we can use abstract values returned by a previous `get-value` statement in a new statement.
For instance:
```smt2
(set-option :produce-mode…
-
**Describe the bug**
Incorrect models for sets when asserting quantified formulas. Below is a minimal example to reproduce this bug.
Input file:
```
(set-logic ALL)
(set-option :produce-model…
-
It seems that according to the SMT-LIB v2.6 standard, ddsmt v2.0.3 is outputting `declare-sort` commands with invalid syntax, e.g.:
```smt2
(declare-sort t)
```
... instead of:
```smt2
(de…
-
Hello,
When I have too many variables (around 2^17) to be given to the solver, it results in "Program terminated with signal SIGSEGV, Segmentation fault.". I have tried the same test case in Windo…
-
The benchmark `ell/ellpi/Eq` is marked as semantically equal, however, it clearly isn't. The gist of the change is simplification of an arithmetic expression using mathematical laws -- simplifying `(A…
-
I discussed this with you on Tuesday. I wanted to post the queries here to get your input and clarify if there is an issue on my end or if your improved typechecker better handles this.
As a remind…
-
When I run the following c++ code:
```
#include
#include
#include
#include"z3++.h"
using namespace z3;
int main() {
z3::config cfg;
cfg.set("auto_config",true);
z3::con…