A generic library to interact with SMT-LIB 2 compliant solvers running in a separate system process, such as z3 and CVC4.
If you use this library consider contacting us on the repository so that we can add your project to the readme.
See changes.md
for the list of changes.
- support main solvers (z3, CVC4, Yices 2)
- all basic declaration/definition/assertion/model/values commands
-
check-sat-assuming
, with dedicated actlit API - the commands to run each solver can be passed through environment variables, see the
conf
module - alt-ergo
-
get-proof
command
- kinō, a model-checker for transition systems (abandoned)
- hoice, a machine-learning-based predicate synthesizer for horn clauses
MIT/Apache-2.0