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.3.tar.gz
(18.2 kB
view details)
Built Distribution
pydelta_smt-0.3-py3-none-any.whl
(22.3 kB
view details)
File details
Details for the file pydelta-smt-0.3.tar.gz
.
File metadata
- Download URL: pydelta-smt-0.3.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1628a4f51c91a0a38b3fdfdd8ee787560d688a35b6b53cbb52533eb4913e2e56 |
|
MD5 | 42d270394530708084c5cde7585b6134 |
|
BLAKE2b-256 | ed02df7f7d4b9c840c4e26813caf22f2592f9bcbfc0cb873bed89b08608f7783 |
File details
Details for the file pydelta_smt-0.3-py3-none-any.whl
.
File metadata
- Download URL: pydelta_smt-0.3-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d658d87d80ae338aa4865ad3332c4a2462845dbf103633a1587267b14222e199 |
|
MD5 | e7f1adc4cf11d8fb4b3931ac840fed00 |
|
BLAKE2b-256 | f4576f9d72b0c3b773922f45f3c90baf814e8e258e047a54bb574191cee1d27c |