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.dev111.tar.gz
(16.7 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.dev111.tar.gz.
File metadata
- Download URL: pydelta-smt-0.2.dev111.tar.gz
- Upload date:
- Size: 16.7 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 |
a70db8172437a246a88f3867e3fe94a71ee43bc9595fe60eb70a05e4c7398a10
|
|
| MD5 |
9b07019156ce2a2bf33c865c27637f80
|
|
| BLAKE2b-256 |
e9e237387dd375de0b1347791392893200270f8b28112d02052460e5fd0acbdb
|
File details
Details for the file pydelta_smt-0.2.dev111-py3-none-any.whl.
File metadata
- Download URL: pydelta_smt-0.2.dev111-py3-none-any.whl
- Upload date:
- Size: 20.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 |
b1c50ed4110f0f1fff0e3767b1cabb70150ab762a15a8fdd51d1ae376794249f
|
|
| MD5 |
424493b3114a8c21c1a0033a4fd0ebdc
|
|
| BLAKE2b-256 |
1eecb6c626fcb4fc11a54734f89f66403ab495bf902cb412225381d073e0025e
|