Crates.io | rsmt2 |
lib.rs | rsmt2 |
version | 0.16.2 |
source | src |
created_at | 2016-09-15 11:26:10.420341 |
updated_at | 2022-09-12 12:38:31.801914 |
description | Wrapper for SMT-LIB 2 compliant SMT solvers. |
homepage | https://github.com/kino-mc/rsmt2 |
repository | https://github.com/kino-mc/rsmt2 |
max_upload_size | |
id | 6500 |
size | 295,009 |
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.
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
get-proof
command
rsmt2
MIT/Apache-2.0