| name | smt-solver-interface |
| description | Interface with SMT solvers for verification and synthesis |
| allowed-tools | ["Bash","Read","Write","Edit","Glob","Grep"] |
| metadata | {"specialization":"computer-science","domain":"science","category":"formal-verification","phase":6} |
SMT Solver Interface
Purpose
Provides expert guidance on using SMT solvers for automated reasoning, verification, and program synthesis.
Capabilities
- Z3 query generation
- CVC5 interface
- Theory selection guidance
- Model extraction
- Unsat core analysis
- Incremental solving
Usage Guidelines
- Encoding: Encode problem in SMT-LIB format
- Theory Selection: Choose appropriate theories
- Solving: Run SMT solver
- Model Extraction: Extract satisfying assignments
- Debugging: Analyze unsat cores for debugging
Tools/Libraries