smtlib-lowlevel

Crates.iosmtlib-lowlevel
lib.rssmtlib-lowlevel
version0.2.0
sourcesrc
created_at2022-12-30 13:15:27.464747
updated_at2024-05-02 15:34:45.583742
descriptionA low-level API for interacting with SMT solvers
homepagehttps://github.com/oeb25/smtlib-rs/tree/main/lowlevel
repositoryhttps://github.com/oeb25/smtlib-rs
max_upload_size
id747866
size187,935
Oliver Bøving (oeb25)

documentation

https://docs.rs/smtlib-lowlevel

README

smtlib-lowlevel

Crates.io Docs Crates.io license shield

A low-level API for interacting with SMT solvers

This is the low-level counter-part to smtlib. It includes the low-level types for communicating with SMT solvers. This means a SMTLIB2 parser, and an interactive way to send commands to the SMT solver, interpret results, and respond to the results.

Commit count: 65

cargo fmt