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.dev461
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.dev461.tar.gz | 314.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pysmt-0.9.7.dev461-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 704.9 kB
Release files / pysmt-0.9.7.dev461.tar.gz
| Download URL | pysmt-0.9.7.dev461.tar.gz |
|---|---|
| Size | 314.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3753f3bc3c69362dbd1e77b71fb82caaeb5d4c08a7c5c0b1b67702cf96086679
|
|
BLAKE2b-256 checksum How to use checksums |
7d6f846a8ca18a5badd2d289bcbaaa6e71b3ffe614f7ed8a58c6be407cfaf42a
|
| 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.dev461-py2.py3-none-any.whl
| Download URL | pysmt-0.9.7.dev461-py2.py3-none-any.whl |
|---|---|
| Size | 390.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c216dff4e44eb8b3068481678f101b205473a2d51f4709d131822ead93a129c4
|
|
BLAKE2b-256 checksum How to use checksums |
732221604b4df5fde6f8efa0cd6a47599271c02246a81bd9bc5d5e74e2bbab03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|