rsmt2 0.16.2

Wrapper for SMT-LIB 2 compliant SMT solvers.
Documentation

crates.io Documentation CI

rsmt2

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.

Features

  • 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

Known projects using rsmt2

  • kinō, a model-checker for transition systems (abandoned)
  • hoice, a machine-learning-based predicate synthesizer for horn clauses

License

MIT/Apache-2.0