commits
| 2026-09-15 | README.md: Expand | Sören Tempel |
| 2026-09-15 | smt-simplify: Initialize | Sören Tempel |
| 2026-09-15 | Add README and LICENSE | Sören Tempel |
| 2026-09-15 | smt-depth: Initialize | Sören Tempel |
| 2026-09-15 | smt-normalize: Initialize | Sören Tempel |
Clone the repository to access all 24 commits.
smt-tools
Various self-contained programs for working with SMT-LIB files. Lousy research-grade code without documentation and lots of limitations and bugs. Without modifications, they will likely not work for your use-case.
The Tools
smt-analyze: Analyzes the composition ofQF_BVSMT-LIB filessmt-normalize: Normalizes SMT-LIB expression (e.g. removing incremental solving)smt-depth: Calculates the maximum nesting depth as a complexity metricsmt-simplify: Simplifies selected expressions (e.g. allbvadd) using Z3
See also
Some other tools I found useful: