-
I've had an idea:
:boom: The prelude should not be fixed. It should be reset dynamically, removing all uninterpreted function symbols (and associated SMT lemmas) that are not in the ground truth pl…
-
-
This is as a collection of requirements for the rework of the `ExecutionModel` class and its usages (specially generation of violation witnesses in *.graphviz format).
Currently, the `ExecutionMode…
-
https://homepages.dcc.ufmg.br/~hbarbosa/papers/tacas2022.pdf
It can be built with `kissat` as an optional dependency (#34909, https://cvc5.github.io/docs/cvc5-1.0.2/installation/installation.html#k…
-
Hello everyone,
it seems that eldarica returns an invalid model for the following code:
```
(declare-fun pl24 ( ( Array Int ( Array Int Int ) ) Bool ) Bool)
(declare-fun pbool ( Bool ) Bool)
…
-
While working on #1095, I noticed that the test of the PR #1211, which answers `unknown` on `next`, will answer `unsat` with FunSAT but still answer `unknown` with SatML. I thought that #1095 will sol…
-
per title. an example
```
diff --git a/examples/tokens/ERC20.vy b/examples/tokens/ERC20.vy
index 2d70fd670..73065bcb4 100644
--- a/examples/tokens/ERC20.vy
+++ b/examples/tokens/ERC20.vy
@@ -120…
-
Hello there.
Z3 supports setting timeout as an option.
```smt2
; time in millis
(set-option :timeout 10000)
```
Would be cool if the winning solver for `QF_LRA` and `QF_LIA` supported this a…
-
**Is your feature request related to a problem? Please describe.**
We currently use only z3 to solve both path conditions and assertions. Some solvers like cvc5, bitwuzla or boolector, etc. may giv…
-
### Intro
Hi!
I am a graduate student at the University of Waterloo, and I am using MuJoCo for my research on Force-Position control.
I am currently trying to match my calculated body-twists agai…