-
Related: https://github.com/ultimate-pa/smtinterpol/issues/74
---
Hi, for the following formula,
[757.txt](https://github.com/ultimate-pa/smtinterpol/files/4584631/757.txt)
smtinterpol c…
-
The following test have a different behavior given if the `push` instruction is here or not:
File `test_adt.smt2`
```
(set-logic ALL)
(declare-datatype t ((A) (B) (C (i Int))))
(declare-const…
-
Hi, for the following formula,
[1558.txt](https://github.com/ultimate-pa/smtinterpol/files/4534619/1558.txt)
SMTInterpol 7625fe2 throws an assertion error
~~~~
Exception in thread "main" java…
-
`define-const` is actually not smtlib2 and some solvers won't support that (here I'm referring to Bitwuzla). We should replace it by `define-fun` which is in the standard.
Same for `declare-const -> …
-
Hi, for the following formula,
[1022.txt](https://github.com/ultimate-pa/smtinterpol/files/4888957/1022.txt)
smtinterpol commit
4e106c2bb
~~~~
Exception in thread "main" java.lang.AssertionE…
-
I have a feeling this is due to using a newer version of Z3. Pretty sure this is actually a JKind problem but FuzzM will have to update its vendored version of JKind to track any potential fixes on th…
-
opensmt uses decimal literals for real values, as in
```
echo "(set-logic QF_LRA)(set-option :produce-models true)(declare-fun X () Real)(assert (< 1 X)) (check-sat) (get-model)" | opensmt -p
sat
…
-
Since commit d6203 (Send bindings to the SMT solver ahead of validating constraints), all `tests/horn/pos/ple*` and `tests/horn/neg/ple*` tests crash like this:
```
...
Computing Result
SMT READ
…
-
Current implementation of context uses SMTLIB2 directly. This is not scalable on the long run as we do not perform any optimizations on the constraints that are generated before feeding it into the ba…
-
There is a new version of OptiMathSAT, which does not bring anything new, except internal improvements.
Normally, such an update would not be worth an issue. However, there is a regression and it sho…