Delta debugging: Difference between revisions

Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5
Line 18:
* [https://github.com/dsw/delta delta] - a computer program to minimize "interesting" files subject to a test of their interestingness <ref>danielwilkerson.com</ref>
* [https://www.st.cs.uni-saarland.de/dd/DD.py DD.py] - a Python implementation of Delta Debugging; also see its [https://www.st.cs.uni-saarland.de/dd/ddusage.php3 tutorial]
* [httphttps://www.squarefreegithub.com/MozillaSecurity/lithium/using.html Lithium] - a Python implementation of an enhanced Delta Debugging algorithm
* [http://embed.cs.utah.edu/creduce/ C-Reduce], which reduces source files written in C/C++, uses the Delta algorithms
* [https://github.com/perses-project/perses Perses] - a language-agnostic reducer for program minimization, which employs Delta debugging algorithm.