ddsmt / ddSMT

A delta debugger for SMT benchmarks in SMT-LIB v2.
https://ddsmt.readthedocs.io
Other
50 stars 17 forks source link

Extend ddSMT to support (get-model) command #16

Closed blishko closed 4 years ago

blishko commented 4 years ago

I found it very useful to use ddSMT to minimize the input SMT-LIB2 script when my solver was producing invalid model. However, the current version does not recognize (get-model) command, so I had to add the support myself.

Would you consider adding support for this command? I have my own solution which I could submit as a pull request if needed.

aniemetz commented 4 years ago

I'd be happy if you submit a PR!

blishko commented 4 years ago

Resolved in #18

Thanks again for developing this tool!