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 simplifications 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.4.dev34.tar.gz
(19.8 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.4.dev34.tar.gz.
File metadata
- Download URL: pydelta-smt-0.4.dev34.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c37e591bb750ddc87626217e470f8e574e86a5ca63dc8b03f0c3c8e1a49a9d4d
|
|
| MD5 |
4d4944cadc30876b20e4acda9998bf2a
|
|
| BLAKE2b-256 |
f27a4f9ead4f8931dbf48c822f91b28573708b58cd28ffde49ffad4751c7de63
|
File details
Details for the file pydelta_smt-0.4.dev34-py3-none-any.whl.
File metadata
- Download URL: pydelta_smt-0.4.dev34-py3-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
298300586a3b7f104b55dcaaeed9427c8c85e42805b02f65a9672ef01b620a8c
|
|
| MD5 |
dfb01bf50e23f81bd566acb97719a066
|
|
| BLAKE2b-256 |
1ab29b5cef1567800dc33731a15ac9ea449523011b1f7658dd2eefde81514cad
|