-
Esp. the higher order structures like `Map`, `Set`. Interestingly, currently we don't need to infer function type because there is a `SMTContext::_funcContext` which should include everything you need…
-
For GHC 7.2 the compile error is
```
[ 2 of 13] Compiling SMTLib2.PP ( src/SMTLib2/PP.hs, dist/dist-sandbox-a0edc2a0/build/SMTLib2/PP.o )
src/SMTLib2/PP.hs:5:1:
pretty-1.1.0.0:Text.PrettyP…
-
I am wondering if it is possible to run this as a doctest tool instead of a GHC plugin? What is the reason for hooking into the GHC pipeline?
minad updated
8 years ago
-
Z3 (commit 4f5b0667) will generate a segmentation fault when processing the following formula using either the `bcd2` or `maxhs` engines:
```
(set-option :opt.maxsat_engine bcd2)
;(set-option :opt.ma…
-
Hi,
I'm using CBMC (CPROVER tools) to translate some (floating point variables involved) C programs to smtlib2 format and perform some analysis on them using Z3. I've got two sets of variables, non-de…
-
On the `master` branch at commit bd187e098988c57b5dc8e75480c42717ffeb3482, consider the following input:
```
(set-logic QF_FP)
(declare-fun x0 () (_ FloatingPoint 2 3))
(check-sat)
(assert (= (fp.isS…
-
On the `master` branch at commit 9b91e6ff0aa6d3ca759a61b701f987e71eb04540, consider the following input:
```
(set-logic QF_FP)
(declare-fun x0 () (_ FloatingPoint 2 3))
(check-sat)
(assert (= (fp.neg…
-
Debug build of Z3 (e8141aaa84bb47a927282ce0318686fd12c7b2f9) reports the following assertion failure when given [query.txt](https://github.com/Z3Prover/z3/files/416725/query.txt) as input.
```
ASSERT…
-
On the `master` branch at commit cb6d008da8606e6d7fcbe54c3e7eb10b3f24f01f, consider the following input:
```
(set-logic QF_FP)
(check-sat)
(declare-fun x1 () (_ FloatingPoint 2 3))
(assert (not (fp.i…
-
On the `master` branch at commit cb6d008da8606e6d7fcbe54c3e7eb10b3f24f01f, consider the following input:
```
(set-logic QF_FP)
(assert (fp.eq (fp.sqrt RTN (fp.max (fp.abs (fp #b1 #b00 #b00)) (fp.neg …