-
There are some features of yices that we are currently not using, but it would make sense to integrate.
1. Stand-alone model: We are currently using an EagerModel to represent the models of Yices. How…
-
We have many Boogie models where some tiny aspects are encoded using bit-vector terms and most of the model is using integer theory terms.
When we run trace abstraction with strategy Penguin (or o…
-
I have a model that other solvers solve fine, but CP-SAT says "Unsat after presolving", pointing at an element constraint.
I tried with `--nopresolve`, but that flag apparently had no effect.
I ca…
-
Greetings,
For this instance, an invalid model bug occurred.
(we used ./configure.sh --auto-download --assertions)
```
$ ./cvc5 ./small.smt2 --produce-models --check-models
Fatal failure within …
-
**Edit (Steffan)**: Tasks
- [ ] Conduct a (regular) survey / competition and publish results.
- [x] List of publications.
-
After fixing the initial issue of key error for SRTimeLimit, it now says that solver ortools is not yet supported when trying to run it for discriminating instances.
```
+-+-----------+---------…
-
### Description of the problem
The debug output shows that `tc eauto` does an `apply 1` but then doesn't backtrack on that and try `apply 2`, (which would give a goal of `2 = 2`, then provable with…
-
Recently I came across a weird issue while using Boogie. I needed to verify something with bitwise operations, and for this I imported the relevant functions from Z3 inside Boogie (to be concise I wil…
-
Hi,
As you know, I love sharpSAT, however, I recently bumped into this issue, and it's uinfriendly to users, so I suggest changing. Basically, the line here:
https://github.com/marcthurley/sharp…
msoos updated
2 years ago
-
The current [docker file](https://github.com/stacs-cp/AutoIG/blob/dev/Dockerfile) should be updated:
1) Use all binaries that are accompanied in the conjure's docker image. This means that we'll no…