-
How expressions are cleaned up from the C interface seems totally messed up.
For example `vc_bvConstExprFromInt()` adds the Expression pointer to a `std::vector persist;` which will later be used by …
-
arm64 and ppc64:
```
#=== ERROR while compiling fstar.2021.06.06 ===================================#
# context 2.1.0 | linux/arm64 | ocaml-base-compiler.4.12.0 | pinned(https://github…
-
Very cool to see this hooked up through MathProgBase. I'm not familiar at all with SMT solvers, could you explain or point me to a reference on which classes of problems DReal can solve? Can it solve …
-
The following input:
```java
public class C {
final D[] arr;
/*@
yields int y;
context arr != null && 0
(0
-
Hi,
For this formula,
```
(set-logic NRA)
(declare-fun a () Real)
(declare-fun b () Real)
(declare-fun c () Real)
(declare-fun d () Real)
(declare-fun e () Real)
(declare-fun f () Real)
(dec…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR49986](https://bugs.llvm.org/show_bug.cgi?id=49986) |
| Status | CONFIRMED |
| Importance | P norm…
-
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.
…
-
We should also include mathsat in the .torxakis.yaml file as a possible solver.
MathSat of course can not be part of the installer, since we are not allowed to distribute it.
```
From: Alberto Gr…
-
Hi there,
I recently learned about hoare triple and googled "Hoare Logic Visual Studio Code" thinking maybe someone figured out a way to include hoare triple as a way to check for correctness in c…
-
I'd like expecto to support parametisation for three things:
- [system properties][readme-fscheck]
- [configuration][issues-parametisation] – like specifying a variable that all tests taking an …