mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 21:24:06 -05:00
13 lines
284 B
Markdown
13 lines
284 B
Markdown
|
|
## ddSMT
|
|
|
|
to use ddSMT (from https://github.com/ddsmt/ddSMT/issues):
|
|
|
|
Assuming `bad_file.smt2` is UNSAT but sidekick returns SAT:
|
|
```sh
|
|
ddsmt.py -vv bad_file.smt2 foo.smt2 ./src/tools/ddsmt_driver_unsat.py
|
|
```
|
|
|
|
Once it's done, `foo.smt2` should contain a minimal problematic file.
|
|
|
|
|