-
Since a few months, Boolector has new features that might be helpful for us.
### Global Declarations
JavaSMT actually only support global declarations, and Boolector [provides now an option for th…
-
The following testcase from Symbiyosys (executed with `z3 -smt2 -in`) crashes on OpenBSD -current.
```
; SMT-LIBv2 description generated by Yosys 0.32 (git sha1 fbab08acf14, c++ 13.0.0 -O2 -fPIC -…
-
Hello, most sat/smt solvers like z3 use the smtlib format with sometimes extensions like the very efficient cryptominisat that support xor.
This would to use solver implementations running on fpga.
-
Typechecking the following program:
```haskell
{-@ LIQUID "--reflection" @-}
module SngBug where
import Data.Set
data Lst a = Emp | Cons a (Lst a)
{-@ measure lstHd @-}
lstHd :: Ord a…
-
Hello,
We are currently using z3 version 4.8.10 in our C++ based application. In our application, we are facing a situation where z3 solver check call hangs for a given set of constraints. Out cons…
-
Hi,
the parser crashes often for simple invalid SMT-LIB2 input. Would it be possible to improve the return of the error-code and not crash the entire program instead?
A basic example is that if no…
-
Can I save the constraints I created for a Z3 solver and later reload them to continue looking for more solutions?
I have read #2095 and #1044 but I am not sure they talking are about the same thin…
-
STP will go SMT-LIB2-only in version 3.0. As @msoos points out, only CVC and STP support the CVC input language, and even CVC4 supports SMT-LIB2.
-
Hello everyone,
I am trying to integrate the dReal4 SMT solver into the [JavaSMT API](https://github.com/sosy-lab/java-smt) and I have a few questions regarding the dReal4 API.
First of all I wo…
-
On the following file, SMTChecker generates invalid SMT-LIB2 script if run with the options `--model-checker-engine all --model-checker-solvers smtlib2 --model-checker-print-query --model-checker-ext…