-
See issue [#71](https://bitbucket.org/alanmi/abc/issues/71/abc-fails-assertion-on-smt-file) on abc's BitBucket. Apparently Cryptol sometimes generates arrays, which abc can't handle.
I'll post the …
-
Hi, I was trying to use the exe to simplify a cnf file, here is the log appeared on the cmd.
[test.zip](https://github.com/msoos/cryptominisat/files/6738598/test.zip)
`
c Outputting solution to con…
-
start with CVC4, Z3
links with front end via #45 and #46
-
Steps to reproduce:
```bash
git clone https://github.com/meelgroup/ganak
mkdir ganak/build
cd ganak/build
cmake ..
make
```
Result:
```bash
/tmp/ganak/src/component_types/../clhash/clh…
-
I get a different result to Boolector, and a crash with -d.
```
~/solvers/boolector/build/bin/boolector -i bad.txt
unsat
```
```
./stp ~/bad.txt
sat
```
```
./stp --SMTLIB2 -d ~/bad.…
-
**I'm submitting a...**
- [ x] bug report
- [ ] feature request
## Current Behavior
The conda-forge package "impactutils" (of which I am the author) will not install with the most …
-
### Is your feature request related to a problem? Please describe.
biteopt is a differential evolution like global optimizer which scored first in Scipy's benchmark suite in an extensive recent [benc…
-
Hi. This is a MWE of an issue I think I'm having elsewhere, which I think is a bottleneck with how :prove converts something to an SMT-lib file.
I have the following module:
```
module example wh…
-
Since we have added the capability to print the smtlib2 query, it is not so hard to evaluate other SMT solvers (in particular CVC4 and Boolector). If there is significant variation among solvers, it m…
-
Which solvers can extract an unsolveable core? I have a few large sat problems which I'm solving (or proving to be unsat). When the problem is unsat, I extract a proof with the get_proof method and …