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.dev457
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.dev457.tar.gz | 313.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pysmt-0.9.7.dev457-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 702.2 kB
Release files / pysmt-0.9.7.dev457.tar.gz
| Download URL | pysmt-0.9.7.dev457.tar.gz |
|---|---|
| Size | 313.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b9f634d50211a79cbc1764cd3df22aa7094af5a1e60d45360f5b95d0df795f28
|
|
BLAKE2b-256 checksum How to use checksums |
3b1d70132755a6d7d6768cdefac3094a51f5ad2dfe070378ccc7e491d72b55f9
|
| 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.dev457-py2.py3-none-any.whl
| Download URL | pysmt-0.9.7.dev457-py2.py3-none-any.whl |
|---|---|
| Size | 389.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
f12db0cf43372c1eda58ae2e8de1dd30934881ca8080643cf85dfcb3bc63501c
|
|
BLAKE2b-256 checksum How to use checksums |
473e6b91479567b5aef19e8850fabab2c0769b7c4e624c0298a24c7be9713041
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|