Skip to content

Safe high-level bindings for the Boolector SMT solver

License

Notifications You must be signed in to change notification settings

cdisselkoen/boolector-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boolector

crates.io License

Safe high-level bindings for the Boolector SMT solver, version 3.2.2.

Installation

This crate is on crates.io, so you can simply add it as a dependency in your Cargo.toml:

[dependencies]
boolector = "0.4.3"

This crate relies on the boolector-sys crate, so you will need to follow its directions for installation as well. In particular, you can either:

  • compile and install Boolector 3.2.2 on your system as a shared library; or
  • activate the vendor-lgl feature on this crate, which will automatically build a static Boolector and link to it. E.g.,
    [dependencies]
    boolector = { version = "0.4.3", features = ["vendor-lgl"] }

For more details, see the boolector-sys README.

Documentation

Full documentation, including examples, can be found at https://docs.rs/boolector.

Caveats

These bindings are not necessarily complete; there may be some features present in boolector-sys which are not directly exposed here, e.g., uninterpreted functions (boolector_uf()). Contributions are welcome.

This crate currently requires Rust 1.41+.

About

Safe high-level bindings for the Boolector SMT solver

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages