This release is a pre-release and may not be stable for production use.
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/)
cvc5 (https://cvc5.github.io/)
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
Release files for PySMT 0.9.7.dev452
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pysmt-0.9.7.dev452.tar.gz | 311.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pysmt-0.9.7.dev452-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 699.2 kB
Release files / pysmt-0.9.7.dev452.tar.gz
| Download URL | pysmt-0.9.7.dev452.tar.gz |
|---|---|
| Size | 311.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2f90b26bebe41d9d20c7ea0659992ee47eb821887af00459a9afa9d131821b32
|
|
BLAKE2b-256 checksum How to use checksums |
d9d237992e6a0e7f27dec0d2ac72d74da22c9e8c165ee5b2a66f21a35024b4aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / pysmt-0.9.7.dev452-py2.py3-none-any.whl
| Download URL | pysmt-0.9.7.dev452-py2.py3-none-any.whl |
|---|---|
| Size | 387.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
de8b0e12077167b24645cf1f2ebd7c12f8e84096399a0a5ddee013692bc30cb2
|
|
BLAKE2b-256 checksum How to use checksums |
069a6bd4f6dba02a27bd19b0b75b0f912dc939ff3b16cd7a0355313ec5af8538
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|