-
In the Makefile, I see there is the `riscv.smt_model` target, I was hoping it can generate models in SMT-LIB2 format (is that what it means to be?), but it seems that does not work for me.
The erro…
-
Hi, I observed the recent paper "Interpolation and Model Checking for Nonlinear Arithmetic".
It seems that in the SMT-LIB2 frontend, Yices only exposes the `get-unsat-model-interpolant` interface.
W…
-
Hi, I noticed that the new version of Bitwuzla includes a command-line option called `--pp-only`, which seems to be able to dump the preprocessed formula into a new formula. When I used it with SMT-LI…
-
The SMT-LIB2 parsing code in `What4.Protocol.SMTLib2` (`parseDefineFun`/`parseLambda`) is copy-pasted and adapted from `What4.Serialize.Parser`. Changes:
* `What4.Protocol.SExp.SExp` instead of `What…
-
Hey @paulgazz,
I'm trying to output a list of configuration conditions for each compilation unit of linux kernel source. My use case is to see under which conditions which source file is compiled. …
-
From a file generated from an [mlw](https://gitlab.inria.fr/why3/why3/-/blob/master/examples/binomial_heap.mlw#L31) by why3, the fact that list is well-founded is not taken into account:
```
(erro…
bobot updated
1 month ago
-
### Description
The args to extract aren't very intuitive: (high (inclusive), low (inclusive), base). This seems like we copied it straight from z3, which did the same thing: https://z3prover.github.…
-
We have evidence (see Slack [thread](https://runtimeverification.slack.com/archives/CC360GUTG/p1716474752940589)) that [CVC5](https://cvc5.github.io/) is more successful than Z3 in dealing with some n…
geo2a updated
5 months ago
-
Consider the following specification
```
init ((2 |> L whr L = [] end) == [1,1]) -> tau.delta delta;
```
Linearising this fails with the message
```
[error] this is not a sort expression unty…
-
**Is your feature request related to a problem? Please describe.**
Only **big bang releases** of the Rascal project can make new features inside the standard library available to our users.
One …