Delta debugger for SMT-LIB files
Project description
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.
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
pydelta-smt-0.2.dev78.tar.gz
(15.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydelta-smt-0.2.dev78.tar.gz.
File metadata
- Download URL: pydelta-smt-0.2.dev78.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f56f4697b9e8d1349b4bc20c72518cac108d01a9d6984309b4465e8013afa352
|
|
| MD5 |
97f0f62af4252e2d1538cd62ea6e36b9
|
|
| BLAKE2b-256 |
563d2b2491953b9c19e2f3383a0fddf4c6b7b96215b80ff64cd5b9d9805cafec
|
File details
Details for the file pydelta_smt-0.2.dev78-py3-none-any.whl.
File metadata
- Download URL: pydelta_smt-0.2.dev78-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9eb496230a7ca1be3b028ec96e91cf65c87d7c3df958a0b95f3e7db312ba65b
|
|
| MD5 |
b1650ea63893a58d4dd75b5cf629d3fa
|
|
| BLAKE2b-256 |
6f10f3843e9a84151f7209922bd2a5f774d9e38d803bb5002a61013c3fcc2844
|