A solver-agnostic library for SMT Formulae manipulation and solving
Project description
pySMT makes working with Satisfiability Modulo Theory simple.
Among others, you can:
Define formulae in a solver independent way in a simple and inutitive way,
Write ad-hoc simplifiers and operators,
Dump your problems in the SMT-Lib format,
Solve them using one of the native solvers, or by wrapping any SMT-Lib complaint solver.
Supported Theories and Solvers
pySMT provides methods to define a formula in Linear Real Arithmetic (LRA), Real Difference Logic (RDL), their combination (LIRA), Equalities and Uninterpreted Functions (EUF), Bit-Vectors (BV), and Arrays (A). The following solvers are supported through native APIs:
MathSAT (http://mathsat.fbk.eu/)
CVC4 (http://cvc4.cs.nyu.edu/web/)
Yices 2 (http://yices.csl.sri.com/)
PicoSAT (http://fmv.jku.at/picosat/)
Boolector (http://fmv.jku.at/boolector/)
Additionally, you can use any SMT-LIB 2 compliant solver.
PySMT assumes that the python bindings for the SMT Solver are installed and accessible from your PYTHONPATH.
Wanna know more?
Visit http://www.pysmt.org
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for PySMT-0.9.1.dev161.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5c5fa263899cc8dd2f3b7722a1d1a4c5446bc42808503f6959d20d004728a36 |
|
MD5 | 2b678f65921afde385f3e7bc2170e9e4 |
|
BLAKE2b-256 | b72d156c2a596f40cbbcc8fae71d6f59f01550006839222077662b69a33d5cc8 |
Hashes for PySMT-0.9.1.dev161-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3120cb6c7d2fdad0038da3af92cffb02f62379c145dd7da1ec816120d0e6d053 |
|
MD5 | f52467b8f9c0ec95495704ecae3a6cb6 |
|
BLAKE2b-256 | bf4dadf1dbf51cb2423a83daf1ee4cfe3004fc9e3b86c7bb317db95f6a5f86b3 |