mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
| .. | ||
| analyze.py | ||
| ddsmt_driver_sat.py | ||
| ddsmt_driver_unsat.py | ||
| profile.sh | ||
| README.md | ||
ddSMT
to use ddSMT (from https://github.com/ddsmt/ddSMT/):
Assuming bad_file.smt2 is UNSAT but sidekick returns SAT:
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.