-
Hi,
We've found the following answers of gosat to be probably incorrect (sat that should be unsat and vice versa).
The filenames below come from my bag of benchmarks. https://github.com/florians…
-
`./src/proj_wizard.py create` fails if I have the attached formula in my project [ticketlock-opt.ll.zip](https://github.com/user-attachments/files/16923595/ticketlock-opt.ll.zip)
```
> ./src/proj_wi…
-
```
contractor_ibex ....................................................***Failed 1.83 sec
ibex_defaultoptimizer ..............................................***Failed 0.95 sec
regression_drh_b…
-
20e739f7c6
```
$cvc5 -q --check-models bug.smt2
Fatal failure within void cvc5::internal::smt::CheckModels::checkModel(
cvc5::internal::theory::TheoryModel*, const cvc5::context::
CDList&, bool…
-
Whenever I try to use a TIP file as input i get a parse error. For example, if I run `nunchaku --input tip cfg5_unambig.smt2` on [this file](https://github.com/tip-org/benchmarks/blob/master/benchmark…
-
Running TipSmtParser.fixupAndParse on the file `tip2015/sort_MSortTDPermutes.smt2` from the TIP-Library produces a `java.util.NoSuchElementException` exception.
Example:
```
import at.logic.gapt.…
-
Since they are QF, the SAT answers can be verified with PyMPF.
Not sure what to do about UNSAT ones.
- [x] add_01_1000_1.smt2
- [x] add_01_1000_2.smt2
- [x] add_01_1000_3.smt2
- [x] add_01_1000…
-
most benchmarks are in XTC format, but some are not. They have extension .c, .koat, .smt2, .itrs, .smt2
-
On this program:
```C
#include
#include
#include
#define M 4
typedef struct {
uint8_t val[M];
} s;
size_t nondet_size_t();
int main() {
size_t n = nondet_size_t();
…
-
Hi, for the following formula,
boolector 6fce0ac
~~~~
(declare-const v1 Bool)
(declare-const v4 Bool)
(declare-const v8 Bool)
(declare-const v11 Bool)
(declare-const v14 Bool)
(assert (forall …