pyDelta: delta debugging for SMT-LIB
pyDelta is a delta debugger for SMT-LIB files. It is heavily inspired by other similar tools like ddSMT, DeltaSMT or delta. pyDelta is based on a few fundamental ideas:
- parse generic S-expressions. This is very robust against changes to SMT-LIB or solver specific extensions. It also allows for a small parser and simple node structure. Most semantic information that is required for simplification can be recovered cheaply.
- parallel execution. Running multiple checks in parallel allows for significant speedups when minimizing faulty inputs.
- easy to extend. It should be fairly easy to add new simplifications by implementing new mutators.
- fixed-point iteration. Simplifications are applied until no simplificationss are possible anywhere. Rerunning pyDelta on a minimized input should not yield further improvements.
- flexible to use. The options should cover most use cases, including checking for the exit code or checking for specific patterns in the (regular or error) output.
Please visit https://pydelta.readthedocs.io for more documentation.
Release files for pydelta-smt 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pydelta-smt-0.3.tar.gz | 18.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pydelta_smt-0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 40.6 kB
Release files / pydelta-smt-0.3.tar.gz
| Download URL | pydelta-smt-0.3.tar.gz |
|---|---|
| Size | 18.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1628a4f51c91a0a38b3fdfdd8ee787560d688a35b6b53cbb52533eb4913e2e56
|
|
BLAKE2b-256 checksum How to use checksums |
ed02df7f7d4b9c840c4e26813caf22f2592f9bcbfc0cb873bed89b08608f7783
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
|
Release files / pydelta_smt-0.3-py3-none-any.whl
| Download URL | pydelta_smt-0.3-py3-none-any.whl |
|---|---|
| Size | 22.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d658d87d80ae338aa4865ad3332c4a2462845dbf103633a1587267b14222e199
|
|
BLAKE2b-256 checksum How to use checksums |
f4576f9d72b0c3b773922f45f3c90baf814e8e258e047a54bb574191cee1d27c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
|