-
Currently we can easily do polymorph definitions of problems like:
```haskell
problem :: (Orderable (Expr t), Num (Expr t)) => ... -> Expr BoolSort
problem = ...
main :: IO ()
main = do
sol…
-
**Describe the bug**
When running Halmos on a relatively simple project that uses assembly, it fails wit the following error: `Z3Exception: b'parser error'`
**To Reproduce**
```
git clone ht…
-
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…
-
**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…
-
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…
-
[Instance](https://gist.github.com/hgvk94/87ab5fc7b96924153b9942733bce2a79)
[commit](https://github.com/hgvk94/z3/commit/60ac5656793092fd7bebd3fbbdf1782fa7dc1179)
Running z3 with default options cau…
-
Shall we update to this new version https://github.com/Z3Prover/z3/releases?
-
Requested feature: Add Z3 as a Kani solver option
Use case: As we investigate adding support to quantifiers, using SMT solvers will increase the quantifier expressiveness.
Link to relevant documenta…
-
Hi! I have noticed that the current version of Rosette is not compatible with [z3 4.8.12-3.1](https://packages.debian.org/bookworm/z3) package shipped in debian (stable) bookworm.
Specifically, Ro…
-
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