-
Hi @wdblair,
It would be nice if we have a function taking a string and directly printing it at the beginning of generated SMT code. The reason is that when there are things not currently supported …
-
Z3 handles large distinct constraints (> 32 operands) involving uninterpreted functions differently, and Rosette doesn't recognize the changed solution format. I _think_ that the extra output can just…
-
Hi.
I know that z3 supports maximize and minimize optimizations but in which version is it implemented?
I've tried the 4.4.1 (latest) and this formula and I get a unsupported error:
`(set-logic QF_…
-
Using KLEE, we found a crash bug in STP related to the way it handles division by zero. The bug is reported at https://github.com/klee/klee/issues/308, but I repeat it below.
The problematic query…
-
Hi all,
I'm trying to get started with aZ3 with a simple example. Here the content of the smtlib2 input file:
```
(set-option :produce-models true)
(set-logic QF_LIA)
(declare-fun constraint1 () Boo…
-
The following file makes `z3` segfault
https://gist.github.com/gridaphobe/c511219a648113be573a9bae70e446c8
```
$ z3 -smt2 bad.smt2
unsat
sat
sat
sat
unsat
sat
unsat
sat
unsat
unsat
unsat
unsat
sat
s…
-
On the `master` branch at commit 40c5152075ae9a96aee4a0fdb08e65af96f25e1d, consider the following input:
```
(set-logic QF_FP)
(declare-fun x2 () (_ FloatingPoint 2 3))
(declare-fun x1 () (_ Floating…
-
Below the reduced PoC.
``` lisp
(set-logic QF_AUFBV)
(assert
(=
; good syntax -> (bvslt (_ bv1 8) (_ bv2 8))
(bvslt (_ bv1 8))
(_ bv3 8)
)
)
(check-sat)
(get-model)
```
Z3 segfault…
-
I don't suppose I could convince you to put up a version in Hackage compatible with GHC 7.10?
Thanks!
-
When I try to build copilot core I get this error:
https://gist.github.com/octopuscabbage/abf529a426ce8c6de1d2
I think it has to do with Applicative now being a superclass of monad.