-
This is not a bug and more a want for explanation. If there is a better medium fot that kind of exchange (e-mail?), please feel free to indicate it.
I am running some benchmarks on various tools abou…
-
Running z3 on the following file:
```
(set-logic HORN)
(declare-const a Bool)
(assert (forall ((x Bool)) (=> x a)))
(check-sat)
```
results in an assertion failure with the following stack trace:
`…
-
It appears boolector 2.0.2 (or whatever they call it after the current 2.0.1) will have proper SMTLib support for model generation. When it's out, track it down and remove the custom code to parse the…
-
While trying to rebuild `liquid` I get the following error while compiling `src/Language/Haskell/Liquid/Bare/Lookup.hs`:
```
[39 of 59] Compiling Language.Haskell.Liquid.Bare.Lookup ( src/Language/Ha…
-
I'm using jKind v2.1 from the binary releases and java 1.8.0_40 on Mac os x 10.9.5.
jKind crashes on the benchmark `active-standby.kind.lus`, it looks to be in the frontend because I'm trying to inspe…
-
As discussed with Zvonimir already, SMACK generates some variables (for example .str) that begin with ".". When Boogie translates the SMACK code to SMTLIB2 and passes it to CVC4, CVC4 complains that:
…
-
On at least the `master`, `unstable`, and `opt` branches, z3 segfaults on the following input when it is built with g++-4.9.2 on Debian Jessie for x86-64:
```
(declare-rel reach (Int Int))
(declare-v…
-
This [file](https://gist.github.com/PhilippWendler/2059dab674d96367771f#file-smtinterpol-npe-lainterpolor-color-smt2) created by CPAchecker produces a NullPointerException with current SMTInterpol:
`…
-
Since the SMT-LIB2 standard and STP's implementation thereof support multiple queries interleaved with their output in a single solver session, it seems appealing to use STP in --SMTLIB2 mode connecte…
-
Currently, smtlib2 (Razor's interface to the SMT solver) doesn't build with the latest version of GHC (7.8): initially, it termintes with an stack-overflow on the context stack. @ryandanas can confirm…